Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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