DataSourceParamValues: IMetabaseObjectParamValues;
The DataSourceParamValues property returns collection of parameter values of report data source.
To get collection of report user-defined parameter values, use IReportSheetData.OwnParamValues.
The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
See also: