DataSourceParamValues: IMetabaseObjectParamValues;
DataSourceParamValues: Prognoz.Platform.Interop.Metabase.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.
Fore.NET objects must not be used as an event handler.
See also: