Events
Mar 31, 11 PM - Apr 2, 11 PM
The ultimate SQL, Power BI, Fabric, and AI community-led event. March 31 - April 2. Use code MSCUST for a $150 discount. Prices go up Feb 11th.
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 ultimate SQL, Power BI, Fabric, and AI community-led event. March 31 - April 2. Use code MSCUST for a $150 discount. Prices go up Feb 11th.
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
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.
Passing Device Information Settings to Rendering Extensions - SQL Server Reporting Services (SSRS)
Rendering parameters are passed a rendering extension. Specify device information settings by the Render method, as URL parameter, or in configuration files.
Search a report by using URL access - SQL Server Reporting Services (SSRS)
Learn how to search a report using URL access. For example, set the rc:FindString parameter on the URL equal to the text for which you want to search.