Skip to main content
.NET Framework 4.6.2+
  • The page you are viewing does not exist in the .NET 8.0+ platform documentation. This link will take you to the parent topic of the current section.

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WebReportServiceController.NewReportWizardShowing Event

Occurs before invoking the Report Wizard dialog.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.2.dll

NuGet Package: DevExpress.ExpressApp.ReportsV2.Web

#Declaration

public event EventHandler<WebNewReportWizardShowingEventArgs> NewReportWizardShowing

#Event Data

The NewReportWizardShowing event's data class is WebNewReportWizardShowingEventArgs. The following properties provide information specific to this event:

Property Description
ReportDataType Gets the report data type used by the Reports module.
WizardParameters Specifies report wizard parameters.

#Remarks

The NewReportWizardShowing event is raised as the result of invoking the ReportServiceController.ShowWizard method. Handle this event to customize parameters displayed in the Report Wizard dialog. An example is provided in the How to: Add a Custom Column to the Reports List topic.

See Also