Skip to main content
All docs
V25.2
  • ReportStorageBase.ReportCreated Event

    Namespace: DevExpress.ExpressApp.ReportsV2

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

    NuGet Package: DevExpress.ExpressApp.ReportsV2

    Declaration

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

    Event Data

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

    Implements

    See Also