ReportDataSourceHelper Class
Provides helper methods and events used to manage reports and their data sources.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v21.2.dll
Declaration
Remarks
Use the ReportsModuleV2.ReportsDataSourceHelper property to access this class’ instance:
ReportsModuleV2 reportsModule = ReportsModuleV2.FindReportsModule(application.Modules);
ReportDataSourceHelper reportDataSourceHelper = reportsModule.ReportsDataSourceHelper;
An example of using this class is provided in the How to: Print a Report Without Displaying a Preview topic. An example on how to inherit this class is provided in the How to: Use XAF Reports in a non-XAF Application topic.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ReportDataSourceHelper class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.