The C1ReportDesigner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
C1ReportDesigner |
Initializes a new instance of the C1ReportDesigner class.
|
Methods
Name | Description | |
---|---|---|
HitTest |
Gets a HitTestInfo object that describes the contents of the control at a given position on the screen.
|
|
Refresh |
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Overrides Control..::..Refresh()()()().) |
|
ToPixelsX |
Converts twips to pixels, not taking ZoomFactor into account.
|
|
ToPixelsY |
Converts twips to pixels, not taking ZoomFactor into account.
|
|
ToTwipsX |
Converts pixels to twips, not taking ZoomFactor into account.
|
|
ToTwipsY |
Converts pixels to twips, not taking ZoomFactor into account.
|
|
ToUnZoomedTwipsX |
Converts pixels to twips, taking ZoomFactor into account.
Note that the return value is rounded to the nearest integral value.
|
|
ToUnZoomedTwipsY |
Converts pixels to twips, taking ZoomFactor into account.
Note that the return value is rounded to the nearest integral value.
|
|
ToZoomedPixelsX |
Converts twips to pixels, taking ZoomFactor into account.
|
|
ToZoomedPixelsY |
Converts twips to pixels, taking ZoomFactor into account.
|
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).
|
Events
Name | Description | |
---|---|---|
CreateField |
Fired when the user drops a new report field on the design surface.
|
|
DeleteField |
Fired before the user deletes the selected fields.
|
|
MoveCopyFields |
Fired before the user moves or copies fields with the mouse.
|
|
RenderField |
Fired before a field is rendered by the designer.
|
|
RenderSectionHeader |
Fired before a section header is rendered by the designer.
|
|
ReportChanged |
Fired when a new report is assigned to the control.
|
|
ResizeFieldSection |
Fired before the user resizes fields, sections, or the report with the mouse.
|
|
SelectionChanged |
Fired when the user fields are selected or de-selected.
|
|
ValuesChanged |
Fired when the report changes (e.g. fields are moved/resized or copied with the mouse).
|
|
ZoomFactorChanged |
Fired when the designer's ZoomFactor property has changed.
|