Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Dave32
New 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 1
AnalyticPulse
Impactful Individual
Impactful Individual

Here are some commonly used URL parameters for SSRS reports:

  1. Report Path:

    • &rs:Command=Render: Renders the report.
    • &rs:Format=: Specifies the format of the report output (e.g., PDF, Excel, HTML).
  2. Report Parameters:

    • &<ParameterName>=<Value>: Allows you to pass parameter values to the report.
  3. Report Execution:

    • &rs:ClearSession=true: Clears the session information.
    • &rs:SessionID=: Specifies the session ID.
  4. Authentication:

    • &rs:WindowsNTLM: Uses Windows NTLM authentication.
    • &rc:LinkTarget=: Specifies the target window or frame for the report.
  5. Export Options:

    • &rc:Toolbar=false: Hides the toolbar.
    • &rc:Parameters=false: Hides the parameters area.
  6. Pagination:

    • &rc:StartPage=<PageNumber>: Specifies the starting page number.
  7. Localization:

    • &rc:Language=<LanguageCode>: Specifies the language of the report.
  8. Security:

    • &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

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

Top Kudoed Authors