Skip to main content
A newer version of this page is available. .

ReportsModuleV2.ReportsDataSourceHelper Property

Specifies an object that provides helper methods and events used to manage reports and their data sources.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

[Browsable(false)]
public ReportDataSourceHelper ReportsDataSourceHelper { get; set; }

Property Value

Type Description
ReportDataSourceHelper

A ReportDataSourceHelper object.

Remarks

Use this property to call ReportDataSourceHelper methods and to subscribe to ReportDataSourceHelper events. An example is provided in the How to: Print a Report Without Displaying a Preview topic.

See Also