ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.PageSetup Namespace / PageSetupModel Class / CurrentPageIndex Property

In This Topic
    CurrentPageIndex Property (PageSetupModel)
    In This Topic
    Gets/sets current page index
    Syntax
    'Declaration
     
    Public Property CurrentPageIndex As Nullable(Of Integer)
    public Nullable<int> CurrentPageIndex {get; set;}
    See Also