Skip to main content
All docs
V26.1
  • ReportOptions.Events Property

    Provides access to events specific to Report Options.

    Namespace: DevExpress.ExpressApp.ReportsV2

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

    NuGet Package: DevExpress.ExpressApp.ReportsV2

    Declaration

    public ReportEvents Events { get; set; }

    Property Value

    Type Description
    DevExpress.ExpressApp.ReportsV2.ReportEvents

    An object that allows you to assign handlers to events.

    See Also