ParamValues: IMetabaseObjectParamValues;
The ParamValues property is used to work with the collection of parameters of the cube used as the express report data source.
If cube parameter values change, the table containing express report data is to be recalculated. If the report contains only one data source, call the Refresh method for the object returned by the IEaxAnalyzerCore.Pivot property. If the report contains multiple data sources, the Refresh method should be called for the object returned by the IEaxAnalyzerCore.DataSources property.
The property is outdated, use IEaxDataAreaPivotSlice.ParamValues.
See also: