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

ReportStorageBase.ReportCreated Event

Namespace: DevExpress.ExpressApp.ReportsV2

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

Declaration

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

Event Data

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

Implements

See Also