Progress® Telerik® Reporting R1 2021
IReportService.RenderAndCache Method
Renders a report and stores the result in the current session. This operation is intended for internal use only.
Namespace:
Telerik.Reporting.ServiceAssembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll) Version: 15.0.21.120 R1 2021
Syntax
RenderingSessionInfo RenderAndCache( 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: RenderingSessionInfoA RenderingSessionInfo that contains the result of the rendering operation.
Remarks
Requires ASP.NET session.
Version Information
Supported in: 1.0.1