IReportServiceClient.GetPagesAsync(DocumentId, Int32[], PageCompatibility, Object) Method
Starts obtaining the document pages (asynchronously).
Namespace: DevExpress.DocumentServices.ServiceModel.Client
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
void GetPagesAsync(
DocumentId documentId,
int[] pageIndexes,
PageCompatibility compatibility,
object asyncState
)
Parameters
Name | Type | Description |
---|---|---|
documentId | DocumentId | A DocumentId object, identifying the document. |
pageIndexes | Int32[] | An array of integer values, specifying the document pages. |
compatibility | PageCompatibility | A PageCompatibility enumeration value, specifying the markup compatibility. |
asyncState | Object | A Object value, containing information about the asynchronous operation. |
See Also