The following tables list the members exposed by IFilterableMeasureViewModel.
Name | Description | |
---|---|---|
![]() | FilterByAll | Gets or sets whether the condions should be applied with an AND or an OR clause. True for AND, false for OR. |
![]() | HasConditions | Indicates whether the IFilterableMeasureViewModel has conditions. |
![]() | HasHierarchies | Indicates whether the curent OlapViewModel has filterable hierarchies. |
![]() | HasHierarchiesWithoutTotals | Indicates whether the curent OlapViewModel has filterable hierarchies without totals. |
![]() | HasTwoOrMoreConditions | Indicates whether the IFilterableMeasureViewModel has two or more conditions. |
![]() | HierarchiesWithoutTotals | Contains the hierarchies without totals in the curent OlapViewModel. |
![]() | LastValueConditionViewModel | Gets the last item of the ValueConditionViewModels collection. |
![]() | Measure | Gets the measure that this IFilterableMeasureViewModel is filtering. |
![]() | OlapViewModel | Gets the data source associated with the measure that this IFilterableMeasureViewModel is filtering. |
![]() | ValueConditionViewModels | Gets a collection of view models for the measure filter conditions. |
Name | Description | |
---|---|---|
![]() | AddValueCondition | Adds a new IValueConditionViewModel to the condition view models collection. |
![]() | ApplyConditions | Apply the conditions accumulated in the view model to the data source. |
![]() | ClearValueConditions | Clears all items from the condition view models collection. |
![]() | FillConditions | Fiil the conditions in the view model with the filters in the data source. |
![]() | RemoveValueCondition | Removes a specific IValueConditionViewModel from the condition view models collection. |