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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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