IReportSheetData.OwnParamValues

Syntax

OwnParamValues: 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.

Example

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

See also:

IReportSheetData