ConfigureExtractDataSourcePageView.SetFilterColumnsCollection(IDashboardDataSource, String, IParameterService) Method
Specifies fields that will fall into the filter criteria.
Namespace: DevExpress.DashboardWin.DataSourceWizard
Assembly: DevExpress.Dashboard.v24.1.Win.dll
NuGet Package: DevExpress.Win.Dashboard
Declaration
public void SetFilterColumnsCollection(
IDashboardDataSource dataSource,
string dataMember,
IParameterService parameterService
)
Parameters
Name | Type | Description |
---|---|---|
dataSource | IDashboardDataSource | An object implementing the IDashboardDataSource object. |
dataMember | String | A String that specifies the data member from the data source. |
parameterService | IParameterService | An object implementing the IParameterService interface that provides a service functionality to manage parameters. |
See Also