ReportService.GetPages(DocumentId, Int32[], PageCompatibility) Method
In This Article
Returns an array of report pages.
Namespace: DevExpress.XtraReports.Service
Assembly: DevExpress.XtraReports.v24.2.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 |
---|---|---|
document |
Document |
A Document |
page |
Int32[] | An array of integer values. |
compatibility | Page |
A Page |
#Returns
Type | Description |
---|---|
Byte[] | A Byte array. |
See Also