Back to Devexpress

ExtractDataSourceConnectionParametersBase.DriverName Property

dashboard-devexpress-dot-dashboardcommon-dot-extractdatasourceconnectionparametersbase-ac210631.md

latest1.6 KB
Original Source

ExtractDataSourceConnectionParametersBase.DriverName Property

Gets or sets the name of the driver used to read a data extract.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public string DriverName { get; set; }
vb
Public Property DriverName As String

Property Value

TypeDescription
String

A String value that specifies the name of the driver used to read a data extract.

|

Remarks

Note that the ExtractDriverStorage.RegisterCustomDriver method is used to register a custom extract driver with the specified name.

See Also

ExtractDataSourceConnectionParametersBase Class

ExtractDataSourceConnectionParametersBase Members

DevExpress.DashboardCommon Namespace