Name | Description | |
---|---|---|
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. | |
FetchData | Raised every time a new record is processed. | |
LocateCredentials | Occurs when the report needs to obtain data source credentials from the calling application. | |
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. |