ReportToolbarButton Members
Represents a button within the ReportToolbar control.Constructors
Name | Description |
---|---|
ReportToolbarButton() | Initializes a new instance of the ReportToolbarButton class with the default settings. |
ReportToolbarButton(ReportToolbarItemKind, Boolean) | Initializes a new instance of the ReportToolbarButton class with the specified item type and a value indicating whether the item is enabled. |
ReportToolbarButton(ReportToolbarItemKind) | Initializes a new instance of the ReportToolbarButton class with the specified item type. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of ReportToolbarItem. Inherited from ReportToolbarItem. |
See Also