Skip to main content
All docs
V23.2
.NET 6.0+

IReportStorage.ReportCreated Event

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

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

Event Data

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

See Also