IReportSheetData.DataSourceParamValues

Fore Syntax

DataSourceParamValues: IMetabaseObjectParamValues;

Fore.NET Syntax

DataSourceParamValues: Prognoz.Platform.Interop.Metabase.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.

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