Skip to main content

ReportDesignerCommand Enum

In This Article

Lists the commands available in a Report Designer for Silverlight.

Namespace: DevExpress.Xpf.ReportDesigner

Assembly: DevExpress.Xpf.ReportDesigner.v14.2.dll

#Declaration

public enum ReportDesignerCommand

#Members

Name Description
Delete

Deletes the selected control(s).

MoveLeft

Moves the selected control(s) to the left.

MoveRight

Moves the selected control(s) to the right.

MoveUp

Moves the selected control(s) up.

MoveDown

Moves the selected control(s) down.

SizeLeft

Changes the width of the selected control(s) to the left.

SizeRight

Changes the width of the selected control(s) to the right.

SizeUp

Increases the height of the selected control(s).

SizeDown

Decreases the height of the selected control(s).

BackColor

Changes the background color of the selected control(s).

ForeColor

Changes the foreground color of the selected control(s).

FontFamilyName

Changes the font family name.

FontSize

Changes the font size.

FontBold

Makes the font bold.

FontItalic

Makes the font italic.

FontUnderline

Makes the font underlined.

TextAlignLeft

Left-aligns the text.

TextAlignCenter

Center-aligns the text.

TextAlignRight

Right-aligns the text.

TextAlignJustify

Justifies the text.

AlignLeft

Aligns the left edges of the selected controls.

AlignRight

Aligns the right edges of the selected controls.

AlignVerticalCenter

Center-aligns the selected controls vertically.

AlignTop

Aligns the top edges of the selected controls.

AlignBottom

Aligns the bottom edges of the selected controls.

AlignHorizontalCenter

Center-aligns the selected controls horizontally.

LayoutSameWidth

Equalizes the width of the selected controls.

LayoutSameHeight

Equalizes the height of the selected controls.

LayoutSameSize

Equalizes the size of the selected controls.

LayoutEqualSpacingHorizontally

Equalizes the horizontal spacing between the selected controls.

LayoutIncreaseHorizontalSpacing

Increases the horizontal spacing between the selected controls.

LayoutDecreaseHorizontalSpacing

Decreases the horizontal spacing between the selected controls.

LayoutRemoveHorizontalSpacing

Removes the horizontal spacing between the selected controls.

LayoutEqualSpacingVertically

Equalizes the vertical spacing between the selected controls.

LayoutIncreaseVerticalSpacing

Increases the vertical spacing between the selected controls.

LayoutDecreaseVerticalSpacing

Decreases the vertical spacing between the selected controls.

LayoutRemoveVerticalSpacing

Removes the vertical spacing between the selected controls.

LayoutCenterHorizontally

Horizontally centers the selected control(s) within a band.

LayoutCenterVertically

Vertically centers the selected control(s) within a band.

BringToFront

Brings the selected control(s) to the front.

SendToBack

Sends the selected control(s) to back.

EditWatermark

Runs the Watermark dialog.

Save

Saves the changes made to the current report.

DiscardChanges

Discards all changes made to the report.

PageSetup

Runs the Page Setup dialog.

LaunchWizard

Launches the Report Wizard.

SelectParent

Switches the selection from the currently selected control back to its parent (executed by pressing ESC for a selected control).

BordersNone

Disables all borders.

BordersBottom

Changes the settings for the bottom border.

BordersTop

Changes the settings for the top border.

BordersLeft

Changes the settings of the left border.

BordersRight

Changes the settings of the right border.

BordersAll

Enables all borders.

See Also