'Declaration Public Enum DesignerAction Inherits System.Enum
public enum DesignerAction : System.Enum
'Declaration Public Enum DesignerAction Inherits System.Enum
public enum DesignerAction : System.Enum
Member | Description |
---|---|
AddLayer | Adds and activates new layer. |
BackColorDlg | Opens the back color editor. |
BorderBottom | Sets bottom border. |
BorderLeft | Sets left border. |
BorderRight | Sets right border. |
BordersAll | Sets all borders. |
BordersNone | Sets no borders. |
BorderTop | Sets top border. |
ConvertToMaster | Converts the regular RDL report to the RDL Master report. |
ConvertToMultiSection | The convert to multi-section |
DataSourceSetup | View: Data Source setup. |
DeleteLayer | Removes active layer. |
EditCopy | Edit: Copy. |
EditCut | Edit: Cut. |
EditDelete | Edit: Delete. |
EditDesigner | View report Designer tab. |
EditOleObject | Edit: Ole object. |
EditPaste | Edit: Paste. |
EditPreview | View report Preview tab. |
EditRedo | Edit: Redo. |
EditScript | View: Script code editor. |
EditUndo | Edit: Undo. |
EnableChartWizard | Enable the chart wizard. |
FileOpen | File: Open. |
FileSave | File: Save. |
ForeColorDlg | Opens the dialog for setting the foreground color for a control. |
FormatAlignBottom | Format: Align control bottom. |
FormatAlignCenter | Format: Align control center. |
FormatAlignLeft | Format: Align control left. |
FormatAlignMiddle | Format: Align control middle. |
FormatAlignRight | Format: Align control right. |
FormatAlignToGrid | Format: Align controls to grid. |
FormatAlignTop | Format: Align control top. |
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. |
FormatBorder | Format: Border. |
FormatBringToFront | Brings a control to the front of the z-order. |
FormatCenterHorizontally | Format: Center control horizontally. |
FormatCenterVertically | Format: Center control vertically. |
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. |
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. |
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. |
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. |
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. |
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. |
FormatLockControls | Format: Lock control size and position. |
FormatOrderBringToFront | Format: Bring control to the foreground. |
FormatOrderSendToBack | Format: Send control to the background. |
FormatRTFBullets | Format: Set RTF bullet style. |
FormatRTFIndent | Format: Indent RTF text. |
FormatRTFOutdent | Format: Outdent RTF text. |
FormatSendToBack | Sends a control to the back of the z-order. |
FormatSizeBoth | Format: Size controls to the same width and height. |
FormatSizeSameHeight | Format: Size controls to the same height. |
FormatSizeSameWidth | Format: Size controls to the same width. |
FormatSizeToGrid | Format: Make control sizes correspond to grid marks. |
FormatSpaceDecreaseHorizontal | Format: Decrease horizontal spacing. |
FormatSpaceDecreaseVertical | Format: Decrease vertical spacing. |
FormatSpaceEquallyHorizontal | Format: Space horizontal controls evenly. |
FormatSpaceEquallyVertical | Format: Space vertical controls evenly. |
FormatSpaceIncreaseHorizontal | Format: Increase horizontal spacing. |
FormatSpaceIncreaseVertical | Format: Increase vertical spacing. |
FormatSpaceRemoveHorizontal | Format: Remove horizontal spacing. |
FormatSpaceRemoveVertical | Format: Remove vertical spacing. |
FormatStyle | Format: Style. |
FormatTextAlignBottom | Format : Align text bottom |
FormatTextAlignCenter | Format: Align text center. |
FormatTextAlignJustify | Format: Justify text. |
FormatTextAlignLeft | Format: Align text left. |
FormatTextAlignMiddle | Format: Align text middle. |
FormatTextAlignRight | Format: Align text right. |
FormatTextAlignTop | Format: Align text top |
GridMode | Switches the grid mode. |
InsertGroupHF | Edit: Insert a Group Header/Footer section pair. |
InsertPageHF | Edit: Insert a Page Header/Footer section pair. |
InsertReportHF | Edit: Insert a Report Header/Footer section pair. |
InsertRTFField | Edit: Insert an RTF Field. |
LayerBringToFront | Brings all layers of active layer to the foreground. |
LayerSendToBack | Send all controls of active layer to the background. |
LayerSetActive | Sets active layer by name. |
MouseModePan | Sets the pan mouse mode. |
MouseModeSelect | Sets the selection mouse mode |
NewReport | Displays the new report dialog. |
OpenChartCustomize | The open chart Customize dialog |
OpenChartWizard | The open chart wizard dialog |
OpenOutputFormatDialog | Open the OutputFormat dialog. |
PageFooter | Adds or removes the page footer of the RDL report. |
PageHeader | Adds or removes the page header of the RDL report. |
ReorderGroups | Edit: Reorder Groups. |
ReportImages | Displays the page report images dialog. |
ReportParams | Displays the page report parameters dialog. |
ReportParts | The report parts |
ReportProperties | Displays the page report properties dialog. |
ReportSection | The report section |
ReportSettings | File: Report Settings. |
ReportSlicers | The report slicers |
SelectAll | Selects all the report controls. |
SetMasterReport | Sets the master report of the RDL report. |
ToggleDimensionLines | Turns on/off the dimensions helper lines. |
ToggleSnapToGrid | View: Snap to grid instead of using snap lines. |
ToggleSnapToLines | View: Use Snap Lines instead of snap to grid. |
ToggleViewGrid | View: Grid. |
ZoomActual | Resets the zoom. |
ZoomIn | Zooms the report design surface in. |
ZoomOut | Zooms the report design surface out. |
ZoomValue | Sets the zoom value of the report design surface. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Design.DesignerAction