DashboardExcelDataSource.Fill(IEnumerable<IParameter>) Method
Retrieves the data from the connected data source with the specified parameters.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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