Progress® Telerik® Reporting R1 2021
ReportProcessor.RenderReport Method (String, ReportSource, Hashtable, CreateStream, CancellationToken, String.)
Renders a report in the specified format.
Namespace:
Telerik.Reporting.ProcessingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
public bool RenderReport( string format, ReportSource reportSource, Hashtable deviceInfo, CreateStream createStreamCallback, CancellationToken cancellationToken, out string documentName )
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. - createStreamCallback
- Type: Telerik.Reporting.ProcessingCreateStream
The delegate function to call to get a stream to render into. - cancellationToken
- Type: System.ThreadingCancellationToken
A CancellationToken instance that allows to cancel the current rendering. - documentName
- Type: SystemString
The name of the created document.
Return Value
Type: BooleanTrue if the rendering succeeds.
Version Information
Supported in: 1.0.1