Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The ICubeExecuteFilterItem interface contains properties for setting up filtering parameters by dimension.
ICubeExecuteFilterItem
Filtering parameters can be obtained by means of properties and methods of the ICubeExecuteFilterSetup interface.
Property name | Brief description | |
The Dimension property determines the dimension, for which filtering parameters are set up. | ||
The DimensionKey property determines the dimension key, for which filtering parameters are set up. | ||
The Filter property returns the collection, to which the current element with filtering parameters belongs. | ||
The Function_ property determines parameters of the function used for data filtering. | ||
The GroupIndex property determines index of the group of dimensions, within which filtering is used. | ||
The Text property determines parameters of the function used for data filtering in the string type. |
See also: