ParamValues: IMetabaseObjectParamValues;
The ParamValues property returns an object that contains parameters values for opening nested objects.
On opening repository object with parameters an object that contains data and are embedded with opened object is created in cache. To reopen an object with new parameters values it is necessary to flush cache in the opened object (Flush, FlushById) or assign empty values (CreateEmptyValues) to all parameters of the used object.
Executing the example requires that the repository contains a parameterized dictionary with the PARAM_DICT identifier. The dictionary must contain a numeric parameter with the ITEM identifier that influences filtering elements.
Add links to the Dimensions, Metabase system assemblies.
After executing this example the dictionary is opened with different parameter values. Number of elements of the dictionary after filtering is displayed in the console window.
See also: