Skip to main content

Page.ID Property

Specifies the page’s identifier.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.Core.dll

NuGet Package: DevExpress.Printing.Core

#Declaration

public long ID { get; set; }

#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