Skip to main content

DashboardExcelDataSource.Fill(IEnumerable<IParameter>) Method

Retrieves the data from the connected data source with the specified parameters.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public override void Fill(
    IEnumerable<IParameter> sourceParameters
)

Parameters

Name Type Description
sourceParameters IEnumerable<IParameter>

A collection of objects implementing the IParameter interface that specify parameters passed to a Fill method.

See Also