ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DataSourcesOptions Class / CustomProviders Property

In This Topic
    CustomProviders Property
    In This Topic
    Gets or sets the list of custom data providers available in the data source editor.
    Syntax
    'Declaration
     
    Public Property CustomProviders As Dictionary(Of String,String)
    public Dictionary<string,string> CustomProviders {get; set;}

    Property Value

    A dictionary where keys are data provider identifiers and values are data provider labels.
    Remarks
    The key - data provider identifier. The value - data provider label.
    See Also