Skip to main content
All docs
V25.1
  • DxReportDesignerDataSourceSettings.AllowAddDataSource Property

    Hides the Add Data Source button in the Field List.

    Namespace: DevExpress.Blazor.Reporting

    Assembly: DevExpress.Blazor.Reporting.v25.1.JSBasedControls.Common.dll

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

    Declaration

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

    Property Value

    Type Description
    Boolean

    true to show the Add Data Source button; otherwise, false.

    Remarks

    The following image shows the Field List in the Report Designer when the AllowAddDataSource property is set to true (default value):

    ReportDesignerDataSourceSettings Default Values

    The following image shows the Field List in the Report Designer when the AllowAddDataSource property is set to false:

    ReportDesignerDataSourceSettings.AllowAddDataSource

    The following element is hidden:

    web-designer-field-list-add-data-source-button

    See Also