Progress® Telerik® Reporting R1 2021
IReportService.Render Method
Renders a report and returns the generated document.
Namespace:
Telerik.Reporting.ServiceAssembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll) Version: 15.0.21.224 R1 2021 SP1
Syntax
RenderingResult Render( string format, string report, NameValueDictionary deviceInfo, NameValueDictionary parameters )
Parameters
- format
- Type: SystemString
The render format. - report
- Type: SystemString
The AssemblyQualifiedName of the report type to render. - deviceInfo
- Type: Telerik.Reporting.ServiceNameValueDictionary
A NameValueDictionary with setting for the current render format. - parameters
- Type: Telerik.Reporting.ServiceNameValueDictionary
A NameValueDictionary with values for the report parameters.
Return Value
Type: RenderingResultA RenderingResult that contains the generated document bytes and info.
Version Information
Supported in: 1.0.1