Skip to main content

RemoteDocument.PageCount Property

Gets the total number of pages within a report.

Namespace: DevExpress.ReportServer.Printing

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override int PageCount { get; }

Property Value

Type Description
Int32

An integer value, specifying the number of report pages.

See Also