ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer.ViewerToolbar Class / NavigationBar Property

In This Topic
    NavigationBar Property
    In This Topic
    The navigation tool strip in the Windows Forms Viewer control.
    Syntax
    'Declaration
     
    Public ReadOnly Property NavigationBar As ToolStrip
    public ToolStrip NavigationBar {get;}
    Remarks

    Items on this toolstrip and their index numbers:

    • 0 First page
    • 1 Previous page 
    • 2 Current page 
    • 3 Next page 
    • 4 Last page 
    • 5 Separator
    • 6 Backward
    • 7 Forward
    • 8 Separator
    • 9 Back to parent report

    You can access these items by index with the Insert and RemoveAt methods. Other methods are described in the System.Windows.Forms.ToolStripItemCollection documentation on MSDN.

    See Also