Skip to main content

DashboardExtractDataSource.Fill(IEnumerable<IParameter>) Method

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public void Fill(
    IEnumerable<IParameter> parameters
)

Parameters

Name Type Description
parameters IEnumerable<IParameter>

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

Remarks

Note that for the DashboardExtractDataSource, parameters passed to the Fill method are ignored.

See Also