Skip to main content

IDocumentModifier.PageCount Property

Returns the report document’s page count.

Namespace: DevExpress.XtraReports

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

NuGet Package: DevExpress.Printing.Core

#Declaration

int PageCount { get; }

#Property Value

Type Description
Int32

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

See Also