DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The DashboardFilterConditions collection that defines the filter.
The DashboardFilterConditions collection that defines the filter.
Gets and sets the DashboardFilterConditions collection that defines the filter.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardFilterConditions FilterConditions { get; set; } |
Visual Basic |
---|
Public Property FilterConditions As DashboardFilterConditions Get Set |
Visual C++ |
---|
public: virtual property DashboardFilterConditions^ FilterConditions { DashboardFilterConditions^ get () sealed; void set (DashboardFilterConditions^ value) sealed; } |
Property Value
Type: DashboardFilterConditionsThe DashboardFilterConditions collection that defines the filter.
Return Value
Type: DashboardFilterConditionsThe DashboardFilterConditions collection that defines the filter.
Remarks
The conditions collection will be used as the filter if the UseManualFilter property is false.