Skip to main content
All docs
V25.1
  • DashboardExcelDataSourceBeforeFillEventArgs(String, String, String, BeforeFillEventArgs) Constructor

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.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