IReportSheetData.DataSourceParamValues

Syntax

DataSourceParamValues: IMetabaseObjectParamValues;

Description

The DataSourceParamValues property returns collection of parameter values of report data source.

Comments

To get collection of report user-defined parameter values, use IReportSheetData.OwnParamValues.

Example

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

See also:

IReportSheetData