| Visual Basic (Declaration) | |
|---|---|
Public Enum CommandBarType Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum CommandBarType : Enum | |
| Member | Description |
|---|---|
| New | Places a New command button on the command bar. |
| Open | Places an Open command button on the command bar. |
| Save | Places a Save command button on the command bar. |
| SelectAll | Places a SelectAll command button on the command bar. |
| Cut | Places a Cut command button on the command bar. |
| Copy | Places a Copy command button on the command bar. |
| Paste | Places a Paste command button on the command bar. |
| Delete | Places a Delete command button on the command bar. |
| Undo | Places an Undo command button on the command bar. |
| Redo | Places a Redo command button on the command bar. |
| ZoomOut | Places a ZoomOut command button on the command bar. |
| ZoomIn | Places a ZoomIn command button on the command bar. |
| ZoomCombo | Places a ZoomCombo command button on the command bar. |
| ActualSize | Places an ActualSize command button on the command bar. |
| FontNamesCombo | Places a FontNamesCombo command button on the command bar. |
| FontSizesCombo | Places a FontSizesCombo command button on the command bar. |
| Bold | Places a Bold command button on the command bar. |
| Italic | Places an Italic command button on the command bar. |
| Underline | Places an Underline command button on the command bar. |
| ForeColor | Places a ForeColor command button on the command bar. |
| BackColor | Places a BackColor command button on the command bar. |
| AlignLeft | Places an AlignLeft command button on the command bar. |
| AlignCenter | Places an AlignCenter command button on the command bar. |
| AlignRight | Places an AlignRight command button on the command bar. |
| AlignJustify | Places an AlignJustify command button on the command bar. |
| Indent | Places an Indent command button on the command bar. |
| Outdent | Places an Outdent command button on the command bar. |
| AlignToGrid | Places an AlignToGrid command button on the command bar. |
| AlignLefts | Places an AlignLefts command button on the command bar. |
| AlignCenters | Places an AlignCenters command button on the command bar. |
| AlignRights | Places an AlignRights command button on the command bar. |
| AlignTops | Places an AlignTops command button on the command bar. |
| AlignMiddles | Places an AlignMiddles command button on the command bar. |
| AlignBottoms | Places an AlignBottoms command button on the command bar. |
| BringToFront | Places a BringToFront command button on the command bar. |
| SendToBack | Places a SendToBack command button on the command bar. |
| File | Places a File command button on the command bar. |
| Export | The Export command bar command. |
| Edit | Places an Edit command button on the command bar. |
| C# | Copy Code |
|---|---|
commandBarManager = this.arDesigner.CommandBarManager; | |
| Visual Basic | Copy Code |
|---|---|
commandBarManager = Me.arDesigner.CommandBarManager | |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Design.CommandBarType