Skip to main content

DxReportDesignerWizardSettings.EnableJsonDataSource Property

Gets or sets whether the Specify Data Source Settings (JSON) page is enabled in the Report Wizard and Data Source Wizard.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v23.2.JSBasedControls.Common.dll

NuGet Package: DevExpress.Blazor.Reporting.JSBasedControls.Common

Declaration

[Parameter]
public bool EnableJsonDataSource { get; set; }

Property Value

Type Description
Boolean

True, to enable the Specify Data Source Settings (JSON) page; otherwise, false.

See Also