Skip to main content
All docs
V24.2
.NET Framework 4.6.2+

IReportStorage.CreateCustomReportContainer Event

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

[Browsable(false)]
event EventHandler<CreateCustomReportContainerEventArgs> CreateCustomReportContainer

Event Data

The CreateCustomReportContainer event's data class is CreateCustomReportContainerEventArgs. The following properties provide information specific to this event:

Property Description
ReportContainer Specifies the Report Container object.
ReportData Gets the report data object used to persist reports.
See Also