Skip to main content
All docs
V25.1
  • 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.v25.1.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