Skip to main content
.NET 6.0+

ReportContainer(IReportDataV2, Boolean) Constructor

Initializes a new instance of the ReportContainer class.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public ReportContainer(
    IReportDataV2 reportData,
    bool loadReport
)

Parameters

Name Type Description
reportData IReportDataV2

An IReportDataV2 object that specifies the persistent report data.

loadReport Boolean

true, if the report should be loaded to the ReportsStorage; otherwise, false.

See Also