FileExtractDriver.CreateReadSession(String) Method
In This Article
Creates a session used to read data from an extract.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
#Declaration
public IDriverReadSession CreateReadSession(
string resourceName
)
#Parameters
Name | Type | Description |
---|---|---|
resource |
String | A String value specifying the resource name that is used to identify a data extract. |
#Returns
Type | Description |
---|---|
IDriver |
An object implementing the IDriver |
#Implements
See Also