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 collection of data source parameters, use IEaxAnalyzer.ParamValues.

Fore and Fore.NET Examples

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

See also:

IEaxAnalyzer