Skip to main content

ExtractDataSourceConnectionParametersBase.DriverName Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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