Skip to main content
A newer version of this page is available. .

WizardSettings.UseFullscreenWizard Property

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

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v20.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "useFullscreenWizard")]
public bool UseFullscreenWizard { get; set; }

Property Value

Type Description
Boolean

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:

Object Type Path to UseFullscreenWizard
ReportDesignerModel
.WizardSettings .UseFullscreenWizard
See Also