Back to Devexpress

ReportDesignerWizardSettings.UseFullscreenWizard Property

xtrareports-devexpress-dot-xtrareports-dot-web-dot-reportdesigner-dot-reportdesignerwizardsettings.md

latest2.9 KB
Original Source

ReportDesignerWizardSettings.UseFullscreenWizard Property

Specifies whether to use the Report Wizard version that runs in the fullscreen mode.

Namespace : DevExpress.XtraReports.Web.ReportDesigner

Assembly : DevExpress.XtraReports.v25.2.Web.WebForms.dll

NuGet Package : DevExpress.Web.Reporting

Declaration

csharp
[DefaultValue(true)]
public bool UseFullscreenWizard { get; set; }
vb
<DefaultValue(True)>
Public Property UseFullscreenWizard As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true , to use the Report Wizard (Fullscreen) version; false , to use the Report Wizard (Popup) version.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to UseFullscreenWizard
ASP.NET MVC ExtensionsReportDesignerSettings

.SettingsWizard .UseFullscreenWizard

| | .NET Reporting Tools | ASPxReportDesigner |

.SettingsWizard .UseFullscreenWizard

|

Remarks

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

  • ASP.NET Core

  • JavaScript/Angular Backend

See Also

ReportDesignerWizardSettings Class

ReportDesignerWizardSettings Members

DevExpress.XtraReports.Web.ReportDesigner Namespace