DashboardExcelDataSourceBeforeFillEventArgs(String, String, String, BeforeFillEventArgs) Constructor
Initializes a new instance of the DashboardExcelDataSourceBeforeFillEventArgs class with specified settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.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