IAdhocReport.AddDataSourceObject

Syntax

AddDataSourceObject(Id: String; Object: IMetabaseObject): IAdhocDataSourceObject;

Parameters

Id. Dashboard object identifier.

Object. Repository object.

Description

The AddDataSourceObject method adds a data source for visualizers.

Comments

To remove data source, use the IAdhocDataSourceObjects.RemoveById method.

Example

The method use is given in the example for IAdhocDataSourceObject.Id.

See also:

IAdhocReport