IEaxAnalyzer.OwnParamValues

Fore Syntax

OwnParamValues: IMetabaseObjectParamValues;

Fore.NET Syntax

OwnParamValues: Prognoz.Platform.Interop.Metabase.IMetabaseObjectParamValues;

Description

The OwnParamValues property determines parameters values collection of express report.

Comments

To get the data source parameters collection, use IEaxAnalyzerCore.ParamValues.

Fore and Fore.NET Examples

The property use is given in the example for IEaxAnalyzerCore.ParamProvider.

See also:

IEaxAnalyzer