The C1Report type exposes the following members.

Events

  Name Description
Public event AddOutlineEntry
Fired before the control adds an outline entry to the report.
Public event EndPage
Fired when the control finishes rendering each page.
Public event EndReport
Fired when the control finishes rendering the report.
Public event EndSection
Fired when the control finishes rendering each Section.
Public event InitializeParametersDialog
Fired before the control displays the Report Parameters dialog.
Public event LongOperation
Occurs periodically during document generation. Allows to provide progress indication and the ability to cancel generation to the user.
Public event NoData
Fired when the control starts rendering a report and the data source is empty.
Public event PrintSection
Fired before each Section is printed (after it has been formatted.)
Public event ReportError
Fired when an error occurs while rendering a report.
Public event StartPage
Fired when the control starts rendering each page.
Public event StartReport
Fired when the control starts rendering the report, before it opens the source recordset.
Public event StartSection
Fired before each Section is formatted.

See Also