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

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.v18.2.Core.dll

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