Progress® Telerik® Reporting R3 2021
ReportServiceBase.IResourceService.Export Method
Retrieves a report document.
Namespace:
Telerik.Reporting.ServiceAssembly: Telerik.Reporting.Service (in Telerik.Reporting.Service.dll) Version: 15.2.21.1126 R3 2021 SP2
Syntax
Stream IResourceService.Export( string format, string report, string deviceInfo, string parameterValues )
Parameters
- format
- Type: SystemString
The render format. - report
- Type: SystemString
The AssemblyQualifiedName of the report type to render. - deviceInfo
- Type: SystemString
JSON-formatted dictionary (key/value pairs) with DeviceInfo settings for the current render format. - parameterValues
- Type: SystemString
JSON-formatter (key/value pairs) with the parameter values for the current report.
Return Value
Type: StreamImplements
IResourceServiceExport(String, String, String, String)Remarks
Requires HTTP GET request.
Version Information
Supported in: 1.0.1