The NavigationBar type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNavigationBarEventReference
Returns a string that can be used in a client event to cause a navigation bar action.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Gets a string that represents this NavigationBar.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAlign
Gets or sets the alignment of the navigation bar within the control.
Public propertyDefaultExportFormat
Gets or sets the default export format initially selected on the Export ComboBox.
Public propertyDisabledImages
Gets the collection of images used for buttons in the disabled state.
Public propertyExportFormats
Gets or sets the export formats available on the Export ComboBox.
Public propertyHasExportButton
Specifies whether the Export button should be displayed.
Public propertyHasGotoPageButton
Specifies whether the Goto Page button should be displayed.
Public propertyImages
Gets the collection of images used for buttons in the normal state.
Public propertyMouseOverImages
Gets the collection of images used for buttons in the mouse over state.
Public propertyStyle
Gets the Style object used to render the built-in navigation bar.
Public propertyText
Gets or sets the text displayed in the built-in navigation bar.
Public propertyToolTips
Gets the collection of ToolTips associated with each navigation bar element.
Public propertyVisible
Specifies whether the built-in navigation bar is displayed on paged reports.

See Also