Skip to main content
All docs
V23.2
.NET 6.0+

ReportDataSourceHelperBase.SetupReport(XtraReport) Method

Initializes the specified report.

Namespace: DevExpress.ExpressApp.ReportsV2.Services

Assembly: DevExpress.ExpressApp.ReportsV2.v23.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