Skip to main content

ExtractConnectionErrorEventArgs.DriverName Property

Gets or sets the name of the custom driver used to manage writing/reading operations for the 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 that specifies the path to the file containing a data extract.

Remarks

To learn how to create a custom driver used to write data to/read data from a data extract, see ICustomExtractDriver.

See Also