Skip to main content

PreviewModelBase.PageCount Property

Gets a value indicating the total number of pages in a report document.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public abstract int PageCount { get; }

#Property Value

Type Description
Int32

An integer value.

#Implements

See Also