Skip to main content
All docs
V25.2
  • BlazorReportServiceController.NewReportWizardShowing Event

    Occurs before the XAF displays the Report Wizard.

    Namespace: DevExpress.ExpressApp.ReportsV2.Blazor

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

    NuGet Package: DevExpress.ExpressApp.ReportsV2.Blazor

    Declaration

    public event EventHandler<BlazorNewReportWizardShowingEventArgs> NewReportWizardShowing

    Event Data

    The NewReportWizardShowing event's data class is DevExpress.ExpressApp.ReportsV2.Blazor.BlazorNewReportWizardShowingEventArgs.

    Remarks

    When you call the ShowWizard(Type) method, the NewReportWizardShowing event fires. Handle this event to run custom logic before the Report Wizard is displayed, or instead of displaying it. Set the handler’sHandled parameter to suppress the default Report Wizard.

    Refer to the following help topic for an example: How to: Add a Custom Column to the Reports List.

    See Also