Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Device information settings are parameters that are passed to a rendering extension. If you use the methods of the SQL Server Report Server Web service to render a report, a DeviceInfo XML element is passed as an input parameter. Child elements of the DeviceInfo element are specific to the device information settings of different rendering extensions. You can include device information settings in a URL by using the rc:tag=value parameter string, where tag is the name of the device information settings element being accessed. For more information about device information settings in SQL Server Reporting Services, see Pass device information settings to rendering extensions.
The following example sets the format of the specified report to JPEG by using the OutputFormat device information setting of the image rendering extension (the line breaks in this example are for legibility):
https://servername/reportserver?/SampleReports
/Employee Sales Summary&EmployeeID=38&rs:
Command=Render&rs:Format=IMAGE&rc:OutputFormat=JPEG
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayTraining
Module
Extend reports in Dynamics 365 Business Central - Training
Do you want to learn how to extend reports in Microsoft Dynamics 365 Business Central? In this module, you'll learn how to extend reports.
Documentation
URL access parameter reference - SQL Server Reporting Services (SSRS)
Learn how you can use parameters as part of a URL to configure the look and feel of your SQL Server Reporting Services (SSRS) reports.
Access report server items using URL access - SQL Server Reporting Services (SSRS)
Learn how to access catalog items of different types in a report server database or in a SharePoint site using rs:Command=Value.
Export a report by using the rs:Format URL parameter - SQL Server Reporting Services (SSRS)
Learn how to export a report from SQL Server Reporting Services (SSRS) in different file formats by using the rs:Format URL parameter.