Skip to main content
A newer version of this page is available. .

ReportToolbarButton Properties

Represents a button within the ReportToolbar control.
Name Description
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Enabled Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions.
IconID Specifies the toolbar button ID.
ImageUrl Gets or sets the URL of the image source for the ReportToolbarButton object.
ImageUrlDisabled Gets or sets the URL of the image source, which is used when the ReportToolbarButton object is disabled (its ReportToolbarButton.Enabled property returns false).
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
ItemKind Gets or sets the type of a particular report toolbar button.
Name Gets or sets the name of the toolbar item. Inherited from ReportToolbarItem.
Text Gets or sets the text displayed within the button.
ToolTip Gets or sets the current toolbar button’s tooltip text.
See Also