MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / DataSourcesOptions Class / OleDbProviders Property
Example

In This Topic
OleDbProviders Property
In This Topic
Gets or sets the list of OLE DB providers available in the data source editor.
Syntax
'Declaration
 
Public Property OleDbProviders As String()
 

Property Value

An array of System.String representing the OLE DB providers.
Example
new[] {"SQLOLEDB.1", "Microsoft.Jet.OLEDB.4.0"},
See Also