Click or drag to resize
DashboardFilterFilterConditions Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets the DashboardFilterConditions collection that defines the filter.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public DashboardFilterConditions FilterConditions { get; set; }

Property Value

Type: DashboardFilterConditions
The DashboardFilterConditions collection that defines the filter.

Return Value

Type: DashboardFilterConditions
The DashboardFilterConditions collection that defines the filter.
Remarks
The conditions collection will be used as the filter if the UseManualFilter property is false.
See Also