Skip to main content
.NET 6.0+

CreateCustomReportContainerEventArgs.ReportContainer Property

Specifies the Report Container object.

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

public IReportContainer ReportContainer { get; set; }

Property Value

Type Description
IReportContainer

An IReportContainer object that specifies the report markup (XtraReport object), the associated parameters object type and the report’s display name.

See Also