Progress® Telerik® Reporting R3 2021
ReportsControllerBase.GetPage Method
Gets a page from a document in a multi-stream document format.
Namespace:
Telerik.Reporting.Services.WebApiAssembly: Telerik.Reporting.Services.WebApi (in Telerik.Reporting.Services.WebApi.dll)
Syntax
public virtual HttpResponseMessage GetPage( string clientID, string instanceID, string documentID, int pageNumber )
Parameters
- clientID
- Type: SystemString
The client session ID which contains the document. - instanceID
- Type: SystemString
The report instance used for the document. - documentID
- Type: SystemString
The ID of the document. - pageNumber
- Type: SystemInt32
The number of the requested page (1-based).
Return Value
Type: HttpResponseMessageVersion Information
Supported in: 1.0.1