Progress® Telerik® Reporting R1 2021
ReportProcessor.RenderReport Method (String, ReportSource, Hashtable, CancellationToken)
Renders a report in the specified format.
Namespace:
Telerik.Reporting.ProcessingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
public RenderingResult RenderReport( string format, ReportSource reportSource, Hashtable deviceInfo, CancellationToken cancellationToken )
Parameters
- format
- Type: SystemString
Export format. See Rendering Extensions help article for available export formats. - reportSource
- Type: Telerik.ReportingReportSource
The ReportSource for the report document to render. - deviceInfo
- Type: System.CollectionsHashtable
Contains parameters to pass to the rendering extension. - cancellationToken
- Type: System.ThreadingCancellationToken
A CancellationToken instance that allows to cancel the current rendering.
Return Value
Type: RenderingResultVersion Information
Supported in: 1.0.1