IReportSheetData.OwnParamValues

Fore Syntax

OwnParamValues: IMetabaseObjectParamValues;

Fore.NET Syntax

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

Description

The OwnParamValues property returns collection of report user-defined parameter values.

Comments

To get collection of parameter values of report data source, use IReportSheetData.DataSourceParamValues.

Fore Example

The property use is given in the example for IEaxAnalyzerUserEvents.OnAfterExecuteAnalyzer.

Fore.NET Example

Fore.NET objects must not be used as an event handler.

See also:

IReportSheetData