Back to Devexpress

FileExtractDriver Class

dashboard-devexpress-dot-dashboardcommon-22a0142c.md

latest1.8 KB
Original Source

FileExtractDriver Class

A default driver used to write data to/read data from a standard data extract stored in a file.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class FileExtractDriver :
    ICustomExtractDriver
vb
Public Class FileExtractDriver
    Implements ICustomExtractDriver

Remarks

The FileExtractDriver class is a default driver for managing data extracts. By default, the ExtractDriverStorage.DefaultDriver property returns the FileExtractDriver class instance. If necessary, create your own driver for writing/reading data by implementing the ICustomExtractDriver interface and assign the resulting object to the ExtractDriverStorage.DefaultDriver property to substitute the default driver.

Implements

ICustomExtractDriver

Inheritance

Object FileExtractDriver

See Also

FileExtractDriver Members

ICustomExtractDriver

DevExpress.DashboardCommon Namespace