DxReportDesignerWizardSettings.UseFullscreenWizard Property
Specifies whether to use the Report Wizard version that runs in the fullscreen mode.
Namespace: DevExpress.Blazor.Reporting
Assembly: DevExpress.Blazor.Reporting.v25.2.JSBasedControls.Common.dll
NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Initially the Report Designer uses the Data Source Wizard (Fullscreen) version.
The following code snippet demonstrates how to switch to the Report Wizard (Popup) version:
<DxReportDesigner ReportName="TestReport" Height="calc(100vh - 130px)" Width="100%" AllowMDI="true">>
<DxReportDesignerWizardSettings UseFullscreenWizard="false" />
</DxReportDesigner>
See Also