Skip to main content
All docs
V25.1
  • .NET 8.0+

    IReportStorage.ReportCreated Event

    Namespace: DevExpress.ExpressApp.ReportsV2

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

    Declaration

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

    Event Data

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

    See Also