Page.ID Property
In This Article
Specifies the page’s identifier.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
Int64 | An integer value specifying the page’s identifier. |
#Remarks
When you modify a report document, use the IDocumentModifier.GetPageIndexByID method to get a page’s index that corresponds to a particular page ID. For details, refer to the XtraReport.ModifyDocument/CachedReportSourceBase.ModifyDocument method description.
See Also