Skip to main content
A newer version of this page is available. .

CreateCustomReportContainerEventArgs.ReportContainer Property

Specifies the Report Container object.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.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