Skip to main content
All docs
V26.1
  • WizardSettings.UseFullscreenWizard Property

    Specifies whether the Report Wizard operates in a full-screen page with complex layout or in a popup window with plain layout.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

    Assembly: DevExpress.Data.v26.1.dll

    NuGet Package: DevExpress.Data

    Declaration

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

    Property Value

    Type Description
    Boolean

    true, to use the full-screen Report Wizard version; false, to use the legacy Report Wizard version.

    Property Paths

    You can access this nested property as listed below:

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