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

IDocumentModifier.PageCount Property

Returns the report document’s page count.

Namespace: DevExpress.XtraReports

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

int PageCount { get; }

Property Value

Type Description
Int32

A integer value specifying the report document’s page count.

See Also