GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports Namespace : SectionReport Class |
For a list of all members of this type, see SectionReport members.
Name | Description | |
---|---|---|
Changed | Raised when any of the report properties change. | |
DataInitialize | Raised after the ReportStart event to allow the addition of custom fields to the report's fields collection. | |
DataSourceChanged | Raised when the properties of the report's data source are modified. | |
Disposed | Raised when the report instance is released from memory. | |
FetchData | Raised every time a new record is processed. | |
LayoutLoaded | Raised after a report XML layout is loaded into the report instance. | |
LayoutLoading | Raised before a report XML layout starts loading into the report instance. | |
NoData | Raised if the report's data source does not return any records and there is no data to be processed. | |
PageEnd | Raised after the report finishes rendering each page. | |
PageStart | Raised before the report renders any output to a new page. | |
ParameterUIClosed | Raised after the user closes the query parameters dialog. | |
PrintAborted | Raised when the user cancels a print job. | |
PrintProgress | Raised for each page while printing the report document. | |
ReportEnd | Raised after the report finishes processing all pages. | |
ReportStart | Raised before a report starts processing. | |
SectionAdded | Raised when a section is added to the report. | |
SectionRemoved | Raised when a section is removed from the report. |