Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ReportDataSourceHelper Class

Provides helper methods and events used to manage reports and their data sources.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v19.2.dll

Declaration

public class ReportDataSourceHelper

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.

Inheritance

Object
ReportDataSourceHelper
See Also