| Visual Basic (Declaration) | |
|---|---|
Public Enum DesignerAction Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DesignerAction : Enum | |
| Member | Description |
|---|---|
| FileOpen | File: Open. |
| FileSave | File: Save. |
| ReportSettings | File: Report Settings. |
| EditCut | Edit: Cut. |
| EditPaste | Edit: Paste. |
| EditCopy | Edit: Copy. |
| EditUndo | Edit: Undo. |
| EditRedo | Edit: Redo. |
| EditDelete | Edit: Delete. |
| InsertReportHF | Edit: Insert a Report Header/Footer section pair. |
| InsertPageHF | Edit: Insert a Page Header/Footer section pair. |
| InsertGroupHF | Edit: Insert a Group Header/Footer section pair. |
| ReorderGroups | Edit: Reorder Groups. |
| InsertRTFField | Edit: Insert an RTF Field. |
| DataSourceSetup | View: Data Source setup. |
| ViewGrid | View: Grid. |
| EditScript | View: Script code editor. |
| SnapToGrid | View: Snap to grid. |
| FormatAlignLeft | Format: Align control left. |
| FormatAlignRight | Format: Align control right. |
| FormatAlignCenter | Format: Align control center. |
| FormatAlignTop | Format: Align control top. |
| FormatAlignMiddle | Format: Align control middle. |
| FormatAlignBottom | Format: Align control bottom. |
| FormatAlignToGrid | Format: Align to controls grid. |
| FormatCenterHorizontally | Format: Center control horizontally. |
| FormatCenterVertically | Format: Center control vertically. |
| FormatSizeSameWidth | Format: Size controls to the same width. |
| FormatSizeSameHeight | Format: Size controls to the same height. |
| FormatSizeBoth | Format: Size controls to the same width and height. |
| FormatSpaceEquallyVertical | Format: Space vertical controls evenly. |
| FormatSpaceIncreaseVertical | Format: Increase vertical spacing. |
| FormatSpaceDecreaseVertical | Format: Decrease vertical spacing. |
| FormatSpaceEquallyHorizontal | Format: Space horizontal controls evenly. |
| FormatSpaceIncreaseHorizontal | Format: Increase horizontal spacing. |
| FormatSpaceDecreaseHorizontal | Format: Decrease horizontal spacing. |
| FormatSpaceRemoveHorizontal | Format: Remove horizontal spacing. |
| FormatSpaceRemoveVertical | Format: Remove vertical spacing. |
| FormatOrderBringToFront | Format: Bring control to the foreground. |
| FormatOrderSendToBack | Format: Send control to the background. |
| FormatLockControls | Format: Lock control size and position. |
| FormatStyle | Format: Style. |
| FormatFontName | Format: Font name.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatFontSize | Format: Font size.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatFontBold | Format: Bold.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatFontItalic | Format: Italic.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatFontUnderline | Format: Underline.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatTextAlignLeft | Format: Align text left. |
| FormatTextAlignCenter | Format: Align text center. |
| FormatTextAlignRight | Format: Align text right. |
| FormatTextAlignJustify | Format: Justify text. |
| FormatForeColor | Format: Foreground color.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatBackColor | Format: Background color.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatLineStyle | Format: Line style.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatLineColor | Format: Line color.
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties. |
| FormatBorder | Format: Border. |
| FormatRTFBullets | Format: Set RTF bullet style. |
| FormatRTFIndent | Format: Indent RTF text. |
| FormatRTFOutdent | Format: Outdent RTF text. |
| EditOleObject | Edit: Ole object. |
| EnableChartWizard | Enable the chart wizard. |
| EditDesigner | View report Designer tab. |
| EditPreview | View report preview tab. |
Note: Font and color actions are not supported in the ExecuteAction method. In order to set font and color properties you should directly access the selected object and set those properties.
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Design.DesignerAction