Skip to main content
All docs
V23.2

DashboardExcelDataSourceBeforeFillEventArgs(String, String, String, BeforeFillEventArgs) Constructor

Initializes a new instance of the DashboardExcelDataSourceBeforeFillEventArgs class with specified settings.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public DashboardExcelDataSourceBeforeFillEventArgs(
    string dataSourceComponentName,
    string dataSourceName,
    string dataSourceConnectionName,
    BeforeFillEventArgs e
)

Parameters

Name Type
dataSourceComponentName String
dataSourceName String
dataSourceConnectionName String
e BeforeFillEventArgs
See Also