ActiveReports 12
NavigationBar Property

GrapeCity.ActiveReports.Viewer.Win.v12 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer.ViewerToolbar Class : NavigationBar Property
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:

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

Reference

Viewer.ViewerToolbar Class
Viewer.ViewerToolbar Members