The C1ReportDesigner type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowInPlaceEditing |
Gets or sets whether the user should be able to edit field text in place.
|
|
AutoAdjustReportDimensions |
Gets or sets whether the control should automatically adjust the report dimensions after fields are moved.
|
|
AutoScroll |
Gets or sets whether the designer should scroll automatically when the user drags the mouse
close to the edges of the control.
|
|
BackColor |
Gets or sets the background color of the control.
|
|
BackColorEmpty |
Gets or sets the background color for the empty area.
|
|
BackColorSection |
Gets or sets the background color of the Section headers.
|
|
BorderStyleSection |
Gets or sets the border style for the Section headers.
|
|
ClipboardHandler |
Gets the ClipboardHandler object used for clipboard operations.
|
|
ColorFieldEdge |
Gets or sets the color of the edge drawn around the report fields.
|
|
ColorReportEdge |
Gets or sets the color of the edge drawn around the work area.
|
|
CreateFieldInfo |
Gets or sets an object that contains information about a field to be created by the designer.
|
|
Cursor |
Gets or sets the cursor that appears when the mouse passes over the control.
|
|
FieldEditor |
Gets a reference to the in-place field editor.
|
|
ForeColorGroup |
Gets or sets the color used to draw the Group information.
|
|
ForeColorSection |
Gets or sets the color used to draw the Section names.
|
|
Grid |
Gets the Grid object that controls the grid appearance and behavior.
|
|
GroupNameFont |
Gets or sets the font used to display Group names.
|
|
HiddenSections |
Gets or sets a list of report sections to be hidden in the designer.
|
|
Locked |
Gets or sets whether the fields are locked in the designer.
|
|
MaxZoomFactor |
Gets the maximum allowed zoom factor (10).
|
|
MinZoomFactor |
Gets the minimum allowed zoom factor (0.1).
|
|
Report |
Gets or sets the C1.C1Report control that contains the report being edited.
|
|
Ruler |
Gets the Ruler object that controls the ruler appearance and behavior.
|
|
ScrollableRectangle |
Gets the rectangle that represents the client area of the control.
The ScrollableControl uses this property to set the scroll page size.
(Overrides ScrollableControlScrollableRectangle()()()().) |
|
SelectedFieldCount |
Gets the report fields that are currently selected in the editor.
|
|
SelectedFields |
Gets or sets the report fields that are currently selected in the editor.
|
|
SelectedSection |
Gets or sets the report section that is currently selected in the editor.
|
|
ShowSubreportContent |
Gets or sets whether the designer should display subreport content.
|
|
UndoStack |
Gets the UndoStack object used for undo/redo operations.
|
|
ZoomFactor |
Gets or sets the zoom factor (1 is actual size).
|