ExcelDataSourceBeforeFillWebEventArgs(String, String, String, String, BeforeFillEventArgs) Constructor
Initializes a new instance of the ExcelDataSourceBeforeFillWebEventArgs class with specified settings.
Namespace: DevExpress.DashboardWeb
Assembly: DevExpress.Dashboard.v25.1.Web.dll
NuGet Package: DevExpress.Web.Dashboard.Common
Declaration
public ExcelDataSourceBeforeFillWebEventArgs(
string dashboardId,
string dataSourceComponentName,
string dataSourceName,
string dataSourceConnectionName,
BeforeFillEventArgs e
)
Parameters
| Name | Type |
|---|---|
| dashboardId | String |
| dataSourceComponentName | String |
| dataSourceName | String |
| dataSourceConnectionName | String |
| e | BeforeFillEventArgs |
See Also