Skip to main content
All docs
V24.1
.NET 6.0+

IReportStorage.ReportCreated Event

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

[Browsable(false)]
event EventHandler<BeforeShowPreviewEventArgs> ReportCreated

Event Data

The ReportCreated event's data class is DevExpress.ExpressApp.ReportsV2.BeforeShowPreviewEventArgs.

See Also