Replies: 2 comments 1 reply
-
|
Hi, I think you cannot change the connection using SWExecuteReportToResult, this would require an evolution of the API. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Without changing the API, you can act only on: The default connection defined for the user (via his groups and profile), or the default connection of the report itself (that means to have a copy of the report with the wanted connection). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can I change the connection string, or connection guid on the report execution from the report execution script? I see that I can set the data source connection on the user profile but calling it from the SWExecuteReportToResult method I don't have an option to set the data source connection. I am currently sending in a user identifier as the token and then querying my database for the user.
Beta Was this translation helpful? Give feedback.
All reactions