ExtractDataSourceConnectionParametersBase.DriverName Property
Gets or sets the name of the driver used to read a data extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
Declaration
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