[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Designer.DataSourcesOptions.OleDbProviders

OleDbProviders Property

OleDbProviders

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

Declaration
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string[] OleDbProviders { get; set; }
Property Value
Type Description
string[]

An array of string representing the OLE DB providers.

Examples
new[] {"SQLOLEDB.1", "Microsoft.Jet.OLEDB.4.0"},