ReportContainer(IReportDataV2, Boolean) Constructor
In This Article
Initializes a new instance of the ReportContainer class.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
#Declaration
public ReportContainer(
IReportDataV2 reportData,
bool loadReport
)
#Parameters
Name | Type | Description |
---|---|---|
report |
IReport |
An IReport |
load |
Boolean | true, if the report should be loaded to the Reports |
See Also