IReportDataSourceHelper Events
Defines API used to manage reports and their data sources.| Name | Description |
|---|---|
| BeforeShowPreview | Occurs when the IReportDataSourceHelper.SetupBeforePrint method is executed. |
| CustomSetCriteria | Occurs when criteria are applied to the report data source. |
| CustomSetSorting | Occurs when sorting is applied to the report data source. |
| CustomSetupReportDataSource | Occurs when the report data source is initialized. |
See Also