ActiveReports 8
NavigationBar Property

The navigation tool strip in the Windows Forms Viewer control.
Syntax
'Declaration
 
Public ReadOnly Property NavigationBar As System.Windows.Forms.ToolStrip
public System.Windows.Forms.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

Support Forum