ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DataSettings Class / DataSources Property

In This Topic
    DataSources Property (DataSettings)
    In This Topic
    Gets or sets the settings for the data sources.
    Syntax
    'Declaration
     
    Public Property DataSources As DataSources
    public DataSources DataSources {get; set;}

    Property Value

    An instance of DataSources that contains the settings for the data sources.
    See Also