Skip to main content

ReportDesignerViewModel.PageCount Property

Provides access to the number of pages in a report document.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public override int PageCount { get; }

#Property Value

Type Description
Int32

An integer value, specifying the page count.

See Also