Progress® Telerik® Reporting R1 2021
IReportService Methods
The IReportService type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | BeginGetPage |
Starts an asynchronous GetPage operation. This operation is intended for internal use only.
|
![]() | BeginGetReportParameters |
Starts an asynchronous GetReportParameters operation. This operation is intended for internal use only.
|
![]() | BeginListAvailableReports |
Starts an asynchronous ListAvailableReports operation.
|
![]() | BeginListRenderingExtensions |
Starts an asynchronous ListRenderingExtensions operation.
|
![]() | BeginRender |
Starts an asynchronous Render operation.
|
![]() | BeginRenderAndCache |
Starts an asynchronous RenderAndCache operation. This operation is intended for internal use only.
|
![]() | EndGetPage |
Waits for the pending asynchronous GetPage to complete.
|
![]() | EndGetReportParameters |
Waits for the pending asynchronous GetReportParameters to complete.
|
![]() | EndListAvailableReports |
Waits for the pending asynchronous ListAvailableReports to complete.
|
![]() | EndListRenderingExtensions |
Waits for the pending asynchronous ListRenderingExtensions to complete.
|
![]() | EndRender |
Waits for the pending asynchronous Render to complete.
|
![]() | EndRenderAndCache |
Waits for the pending asynchronous RenderAndCache to complete.
|