The C1WebReport type exposes the following members.

Events

  NameDescription
Public eventCurrentPageChanged
Fired when the value of the CurrentPage property changes.
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventEndPage
Fired when the control finishes rendering each page.
Public eventEndReport
Fired when the contained Report control finishes rendering the report.
Public eventEndSection
Fired when the control finishes rendering each report section.
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventInitializeParametersDialog
Fired when the control needs to obtain report parameters.
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventNoData
Fired when the control starts rendering a report and the source recordset is empty.
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventPrintSection
Fired before each report section is rendered (after it is formatted).
Public eventReportError
Fired when an error occurs while rendering a report.
Public eventStartPage
Fired when the control starts rendering each page.
Public eventStartReport
Fired when the contained Report control starts rendering the report, before it opens the source recordset.
Public eventStartSection
Fired before each report section is formatted.
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)

See Also