Method | Description |
beforeOpen( IDataSourceInstance dataSource, IReportContext reportContext ) | Called immediately before opening a data source. This handler is often used to change connection properties, such as user name and password. |
afterOpen( IDataSourceInstance dataSource, IReportContext reportContext ) | Called immediately after opening the data source. |
beforeClose( IDataSourceInstance dataSource, IReportContext reportContext ) | Called immediately before closing the data source. |
afterClose( IReportContext reportContext ) | Called immediately after closing the data source. |