Skip to main content

DashboardExtractDataSource(String, String) Constructor

Initializes a new instance of the DashboardExtractDataSource class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardExtractDataSource(
    string dataSourceName,
    string fileName
)

Parameters

Name Type Description
dataSourceName String

A String that specifies the name of the data source.

fileName String

A String that specifies the path to the a file containing a data extract.

See Also