[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.CustomProviders

CustomProviders Property

CustomProviders

Gets or sets the list of custom data providers available in the data source editor.

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonConverter(typeof())]
public Dictionary<string, string> CustomProviders { get; set; }
Property Value
Type Description
Dictionary<string, string>

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.