The C1WebReport type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | CurrentPageChanged |
Fired when the value of the CurrentPage property changes.
|
![]() | DataBinding |
Occurs when the server control binds to a data source.
(Inherited from Control.) |
![]() | Disposed |
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.) |
![]() | EndPage |
Fired when the control finishes rendering each page.
|
![]() | EndReport |
Fired when the contained Report control finishes rendering the report.
|
![]() | EndSection |
Fired when the control finishes rendering each report section.
|
![]() | Init |
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.) |
![]() | InitializeParametersDialog |
Fired when the control needs to obtain report parameters.
|
![]() | Load |
Occurs when the server control is loaded into the Page object.
(Inherited from Control.) |
![]() | NoData |
Fired when the control starts rendering a report and the source recordset is empty.
|
![]() | PreRender |
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.) |
![]() | PrintSection |
Fired before each report section is rendered (after it is formatted).
|
![]() | ReportError |
Fired when an error occurs while rendering a report.
|
![]() | StartPage |
Fired when the control starts rendering each page.
|
![]() | StartReport |
Fired when the contained Report control starts rendering the report,
before it opens the source recordset.
|
![]() | StartSection |
Fired before each report section is formatted.
|
![]() | Unload |
Occurs when the server control is unloaded from memory.
(Inherited from Control.) |