The C1ReportDesigner type exposes the following members.

Events

  Name Description
Public event CreateField
Fired when the user drops a new report field on the design surface.
Public event DeleteField
Fired before the user deletes the selected fields.
Public event MoveCopyFields
Fired before the user moves or copies fields with the mouse.
Public event RenderField
Fired before a field is rendered by the designer.
Public event RenderSectionHeader
Fired before a section header is rendered by the designer.
Public event ReportChanged
Fired when a new report is assigned to the control.
Public event ResizeFieldSection
Fired before the user resizes fields, sections, or the report with the mouse.
Public event SelectionChanged
Fired when the user fields are selected or de-selected.
Public event ValuesChanged
Fired when the report changes (e.g. fields are moved/resized or copied with the mouse).
Public event ZoomFactorChanged
Fired when the designer's ZoomFactor property has changed.

See Also