Progress® Telerik® Reporting R1 2019
ReportProcessorRender Method (String, IReportDocument, Hashtable, String, String, String, Encoding)
Note: This API is now obsolete.
Renders a report in the specified format
Namespace:
Telerik.Reporting.ProcessingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
[ObsoleteAttribute("The static (Shared) ReportProcessor.Render method is now obsolete. Please create an instance of the ReportProcessor class and use the RenderReport method.")] public static byte[] Render( string format, IReportDocument report, Hashtable deviceInfo, out string mimeType, out string documentName, out string extension, out Encoding encoding )
Parameters
- format
- Type: SystemString
Export format - report
- Type: Telerik.ReportingIReportDocument
Report document to render. - deviceInfo
- Type: System.CollectionsHashtable
Contains parameters to pass to the rendering extension. - mimeType
- Type: SystemString
The MIME type of the result buffer. - documentName
- Type: SystemString
The name of the created document. - extension
- Type: SystemString
The file extension of the result buffer. - encoding
- Type: System.TextEncoding
The character encoding of the result buffer.
Return Value
Type: ByteByte array that contains the rendered report.
Version Information
Obsolete (compiler warning) in 1.0.1