Progress® Telerik® Reporting R3 2020
ReportProcessor Methods
The ReportProcessor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Obsolete.
Prints a report document using the specified printer settings.
| |
![]() | PrintReport(ReportSource, PrinterSettings) |
Prints a report document using the specified printer settings.
|
![]() | PrintReport(ReportSource, PrinterSettings, String) |
Prints a report document using the specified printer settings and output format.
|
![]() | PrintReport(ReportSource, PrinterSettings, CancellationToken) |
Prints a report document using the specified printer settings.
|
![]() | PrintReport(ReportSource, PrinterSettings, String, CancellationToken) |
Prints a report document using the specified printer settings and output format.
|
![]() ![]() | Render(String, IReportDocument, Hashtable, CreateStream) | Obsolete.
Renders a report in the specified format
|
![]() ![]() | Render(String, IReportDocument, Hashtable, CreateStream, String) | Obsolete.
Renders a report in the specified format
|
![]() ![]() | Render(String, IReportDocument, Hashtable, String, String, Encoding) | Obsolete.
Renders a report in the specified format
|
![]() ![]() | Render(String, IReportDocument, Hashtable, String, String, String, Encoding) | Obsolete.
Renders a report in the specified format
|
![]() | RenderReport(String, ReportSource, Hashtable) |
Renders a report in the specified format.
|
![]() | RenderReport(String, ReportSource, Hashtable, CancellationToken) |
Renders a report in the specified format.
|
![]() | RenderReport(String, ReportSource, Hashtable, CreateStream, String) |
Renders a report in the specified format.
|
![]() | RenderReport(String, ReportSource, Hashtable, CreateStream, CancellationToken, String) |
Renders a report in the specified format.
|