xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-fe635c9e.md
Provides the Report Wizard settings.
Namespace : DevExpress.XtraReports.Web.ReportDesigner
Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll
NuGet Package : DevExpress.Web.Reporting
public class ReportDesignerWizardSettings :
PropertiesBase,
IPropertiesOwner
Public Class ReportDesignerWizardSettings
Inherits PropertiesBase
Implements IPropertiesOwner
The following members return ReportDesignerWizardSettings objects:
| Library | Related API Members |
|---|---|
| .NET Reporting Tools | ASPxReportDesigner.SettingsWizard |
| ASP.NET MVC Extensions | ReportDesignerSettings.SettingsWizard |
The following properties return the ReportDesignerWizardSettings object:
The default Report Designer implementation uses the Data Source Wizard (Fullscreen) version.
The following code snippet demonstrates how to enable the Report Wizard (Popup) version.
ASP.NET Web Forms
ASP.NET MVC
Object StateManager PropertiesBase ReportDesignerWizardSettings
See Also