WebReportServiceController.NewReportWizardShowing Event
Occurs before invoking the Report Wizard dialog.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
Declaration
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