DxReportDesignerWizardSettings.UseMasterDetailWizard Property
Specifies whether the Report Wizard can create master-detail reports and specify its grouping and summary options.
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
The following code snippet demonstrates how to disable the master-detail functionality in the Report Wizard:
<DxReportDesigner ReportName="TestReport" Height="calc(100vh - 130px)" Width="100%" AllowMDI="true">>
<DxReportDesignerWizardSettings UseMasterDetailWizard="false" />
</DxReportDesigner>
See Also