Skip to main content
.NET 6.0+

ReportContainer Constructors

An object that specifies the report markup (XtraReport object), the associated parameters object type and the report’s display name.
Name Parameters Description
ReportContainer(IReportDataV2, Boolean, IReportStorage) reportData, loadReport, reportStorage Initializes a new instance of the ReportContainer class with specified settings.
ReportContainer(IReportDataV2, Boolean) reportData, loadReport Initializes a new instance of the ReportContainer class.
ReportContainer(IReportDataV2) reportData Initializes a new instance of the ReportContainer class.
See Also