ActiveReports 9
DesignerAction Enumeration

List of available designer commands (actions)
Syntax
'Declaration
 
Public Enum DesignerAction 
   Inherits System.Enum
public enum DesignerAction : System.Enum 
Members
MemberDescription
AddLayer 
BackColorDlgOpens the back color editor.
BorderBottomSets bottom border.
BorderLeftSets left border.
BorderRightSets right border.
BordersAllSets all borders.
BordersNoneSets no borders.
BorderTopSets top border.
ConvertToMasterConverts the regular RDL report to the RDL Master report.
DataSourceSetupView: Data Source setup.
DeleteLayer 
EditCopyEdit: Copy.
EditCutEdit: Cut.
EditDeleteEdit: Delete.
EditDesignerView report Designer tab.
EditOleObjectEdit: Ole object.
EditPasteEdit: Paste.
EditPreviewView report Preview tab.
EditRedoEdit: Redo.
EditScriptView: Script code editor.
EditUndoEdit: Undo.
EnableChartWizardEnable the chart wizard.
FileOpenFile: Open.
FileSaveFile: Save.
ForeColorDlgOpens the dialog for setting the foreground color for a control.
FormatAlignBottomFormat: Align control bottom.
FormatAlignCenterFormat: Align control center.
FormatAlignLeftFormat: Align control left.
FormatAlignMiddleFormat: Align control middle.
FormatAlignRightFormat: Align control right.
FormatAlignToGridFormat: Align controls to grid.
FormatAlignTopFormat: 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.

FormatBorderFormat: Border.
FormatBringToFrontBrings a control to the front of the z-order.
FormatCenterHorizontallyFormat: Center control horizontally.
FormatCenterVerticallyFormat: 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.

FormatLockControlsFormat: Lock control size and position.
FormatOrderBringToFrontFormat: Bring control to the foreground.
FormatOrderSendToBackFormat: Send control to the background.
FormatRTFBulletsFormat: Set RTF bullet style.
FormatRTFIndentFormat: Indent RTF text.
FormatRTFOutdentFormat: Outdent RTF text.
FormatSendToBackSends a control to the back of the z-order.
FormatSizeBothFormat: Size controls to the same width and height.
FormatSizeSameHeightFormat: Size controls to the same height.
FormatSizeSameWidthFormat: Size controls to the same width.
FormatSizeToGridFormat: Make control sizes correspond to grid marks.
FormatSpaceDecreaseHorizontalFormat: Decrease horizontal spacing.
FormatSpaceDecreaseVerticalFormat: Decrease vertical spacing.
FormatSpaceEquallyHorizontalFormat: Space horizontal controls evenly.
FormatSpaceEquallyVerticalFormat: Space vertical controls evenly.
FormatSpaceIncreaseHorizontalFormat: Increase horizontal spacing.
FormatSpaceIncreaseVerticalFormat: Increase vertical spacing.
FormatSpaceRemoveHorizontalFormat: Remove horizontal spacing.
FormatSpaceRemoveVerticalFormat: Remove vertical spacing.
FormatStyleFormat: Style.
FormatTextAlignBottom 
FormatTextAlignCenterFormat: Align text center.
FormatTextAlignJustifyFormat: Justify text.
FormatTextAlignLeftFormat: Align text left.
FormatTextAlignMiddle 
FormatTextAlignRightFormat: Align text right.
FormatTextAlignTop 
GenerateExcelTemplateGenerates the excel template for the RDL reports.
GridModeSwitches the grid mode.
HeadingLevel 
InsertGroupHFEdit: Insert a Group Header/Footer section pair.
InsertPageHFEdit: Insert a Page Header/Footer section pair.
InsertReportHFEdit: Insert a Report Header/Footer section pair.
InsertRTFFieldEdit: Insert an RTF Field.
LayerBringToFront 
LayerSendToBack 
LayerSetActive 
MouseModePanSets the pan mouse mode. 
MouseModeSelectSets the selection mouse mode
NewReportDisplays the new report dialog.
OpenOutputFormatDialogOpen the OutputFormat dialog.
OpenReportFromServer 
PageFooterAdds or removes the page footer of the RDL report.
PageHeaderAdds or removes the page header of the RDL report.
ReorderGroupsEdit: Reorder Groups.
ReportImagesDisplays the page report images dialog.
ReportParamsDisplays the page report parameters dialog.
ReportPropertiesDisplays the page report properties dialog.
ReportSettingsFile: Report Settings.
SaveReportToServer 
SelectAllSelects all the report controls.
SetMasterReportSets the master report of the RDL report.
ToggleDimensionLinesTurns on/off the dimensions helper lines.
ToggleSnapToGridView: Snap to grid instead of using snap lines.
ToggleSnapToLinesView: Use Snap Lines instead of snap to grid. .
ToggleViewGrid

View: Grid.

ZoomActualResets the zoom.
ZoomInZooms the report design surface in.
ZoomOutZooms the report design surface out.
ZoomValueSets the zoom value of the report design surface.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Design.DesignerAction

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.ActiveReports.Design Namespace

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum