ClientControlsMenuItem Properties
A menu item of the Web Report Designer.| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Container | Specifies if the command is displayed on the designer menu or on the main toolbar. |
| Disabled | Specifies whether or not the command is disabled by default. |
| HasSeparator | Specifies whether or not the command has a visual separator. |
| HotKey | Provides access to the keyboard shortcut used to invoke the command. |
| ImageClassName | Specifies the CSS class of the command’s glyph. |
| ImageTemplateName | |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| JSClickAction | Specifies the client-side action to be performed when the command is invoked. |
| Text | Specifies the text for the command. |
| Visible | Specifies whether or not the command is visible in the designer user interface. |
See Also