Progress® Telerik® Reporting R3 2019
ReportServiceBase.Render Method
Renders a report and returns the generated document.
Namespace:
Telerik.Reporting.ServiceAssembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll) Version: 13.2.19.1111 R3 2019 SP2
Syntax
public RenderingResult Render( string format, string report, NameValueDictionary deviceInfo, NameValueDictionary parameterValues )
Parameters
- format
- Type: SystemString
The render format. - report
- Type: SystemString
The AssemblyQualifiedName of the report type to render. - deviceInfo
- Type: Telerik.Reporting.ServiceNameValueDictionary
A dictionary with setting for the current render format. - parameterValues
- Type: Telerik.Reporting.ServiceNameValueDictionary
A dictionary with values for the report parameters.
Return Value
Type: RenderingResultA RenderingResult that contains the generated document bytes and info.
Implements
IReportServiceRender(String, String, NameValueDictionary, NameValueDictionary)Version Information
Supported in: 1.0.1