Skip to main content

ReportDataSourceHelper(XafApplication) Constructor

Initializes a new instance of the ReportDataSourceHelper class.

Namespace: DevExpress.ExpressApp.ReportsV2

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

NuGet Package: DevExpress.ExpressApp.ReportsV2

Declaration

public ReportDataSourceHelper(
    XafApplication application
)

Parameters

Name Type Description
application XafApplication

An XafApplication object that manages an XAF application.

See Also