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

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