OwnParamValues: IMetabaseObjectParamValues;
OwnParamValues: Prognoz.Platform.Interop.Metabase.IMetabaseObjectParamValues;
The OwnParamValues property returns collection of report user-defined parameter values.
To get collection of parameter values of report data source, use IReportSheetData.DataSourceParamValues.
The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.
Fore.NET objects must not be used as an event handler.
See also: