Skip to main content
All docs
V25.1
  • ReportDesignerSettingsBase.DataSourceSettings Property

    Specifies settings that configure the user interface related to the data sources in the Report Designer.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.Data.v25.1.dll

    NuGet Package: DevExpress.Data

    Declaration

    public DataSourceSettings DataSourceSettings { get; set; }

    Property Value

    Type Description
    DataSourceSettings

    A DataSourceSettings object that contains settings for UI configuration related to the data sources in the Report Designer.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to DataSourceSettings
    ReportDesignerModelSettings
    .DesignerModelSettings .DataSourceSettings
    See Also