ReportService.GetPages(DocumentId, Int32[], PageCompatibility) Method
Returns an array of report pages.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v25.1.Service.dll
NuGet Packages: DevExpress.Reporting.WCF, DevExpress.Win.Dashboard
Declaration
public virtual byte[] GetPages(
DocumentId documentId,
int[] pageIndexes,
PageCompatibility compatibility
)
Parameters
| Name | Type | Description |
|---|---|---|
| documentId | DocumentId | A DocumentId object. |
| pageIndexes | Int32[] | An array of integer values. |
| compatibility | PageCompatibility | A PageCompatibility enumeration value. |
Returns
| Type | Description |
|---|---|
| Byte[] | A Byte array. |
See Also