Skip to main content
A newer version of this page is available. .

ExtractDataSourceConnectionParametersBase.DriverName Property

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

Namespace: DevExpress.DashboardCommon

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

Declaration

public string DriverName { get; set; }

Property Value

Type Description
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