ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / NullRenderer Class / PageCount Property

In This Topic
    PageCount Property (NullRenderer)
    In This Topic
    Returns pages count
    Syntax
    'Declaration
     
    Public ReadOnly Property PageCount As Nullable(Of Integer)
    public Nullable<int> PageCount {get;}
    See Also