Progress® Telerik® Reporting R3 2021
ReportServiceBase.IResourceService.ExportCachedReport Method
Retrieves a report document for previously rendered and cached report
using IReportService.RenderAndCache operation.
Namespace:
Telerik.Reporting.ServiceAssembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll) Version: 15.2.21.1126 R3 2021 SP2
Syntax
Stream IResourceService.ExportCachedReport( string instanceID, string format, string deviceInfo )
Parameters
- instanceID
- Type: SystemString
The unique identifier of the rendering session as returned by a previous call to a RenderAndCache operation. - format
- Type: SystemString
The render format. - deviceInfo
- Type: SystemString
JSON-formatted dictionary (key/value pairs) with DeviceInfo settings for the current render format.
Return Value
Type: StreamImplements
IResourceServiceExportCachedReport(String, String, String)Remarks
Requires HTTP GET request.
Version Information
Supported in: 1.0.1