Forum Discussion
Dave32
2 years agoNew Member
Power BI report server URL parameters
What are the available URL parameters for reports on an on premise report server? I can't find much information on this. I know a few, but a complet list would be helpful.
1 Reply
- AnalyticPulseSolution Sage
Here are some commonly used URL parameters for SSRS reports:
Report Path:
- &rs:Command=Render: Renders the report.
- &rs:Format=: Specifies the format of the report output (e.g., PDF, Excel, HTML).
Report Parameters:
- &<ParameterName>=<Value>: Allows you to pass parameter values to the report.
Report Execution:
- &rs:ClearSession=true: Clears the session information.
- &rs:SessionID=: Specifies the session ID.
Authentication:
- &rs:WindowsNTLM: Uses Windows NTLM authentication.
- &rc:LinkTarget=: Specifies the target window or frame for the report.
Export Options:
- &rc:Toolbar=false: Hides the toolbar.
- &rc:Parameters=false: Hides the parameters area.
Pagination:
- &rc:StartPage=<PageNumber>: Specifies the starting page number.
Localization:
- &rc:Language=<LanguageCode>: Specifies the language of the report.
Security:
- &rc:LogonUser=<Username>&rc:LogonDomain=<Domain>&rc:LogonCred=<Password>: Provides credentials for accessing the report.
- &rc:LogonUser=<Username>&rc:LogonDomain=<Domain>&rc:LogonCred=<Password>: Provides credentials for accessing the report.
You have to check which version youre using, sometimes these updates with new version.
give a thumbs up if this is helpful and shoot a sub on YouTube for future updates:
https://www.youtube.com/@AnalyticPulse