IAdhocSyncParams.Add

Syntax

Add(Source: IAdhocDataSourceObject; ParamId: String): IAdhocParamSyncItem;

Parameters

Source. Dashboard data source containing parameters.

ParamId. Identifier of parameter to be added.

Description

The Add method adds a parameter to the collection.

Comments

To check if the parameter with the identifier is in the collection, use the IAdhocSyncParams.FindById method.

Example

The property use is given in the example for IAdhocSynchronization.Params.

See also:

IAdhocSyncParams