Skip to main content
A newer version of this page is available. .

Page.ID Property

Specifies the page’s identifier.

Namespace: DevExpress.XtraPrinting

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

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