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

ReportDataSourceHelper.SetupReport(XtraReport) Method

Initializes the specified report.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public void SetupReport(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object.

Remarks

Internally, this method invokes the following ReportDataSourceHelper‘s methods, sequentially:

An example of using this method is provided in the ReportDataSourceHelper.BeforeShowPreview topic.

See Also