IAdhocReport.AddDataSourceObject

Fore Syntax

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

Fore.NET Syntax

AddDataSourceObject(Id: string; Object: Prognoz.Platform.Interop.Metabase.IMetabaseObject): Prognoz.Platform.Interop.AdHoc.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.

Fore and Fore.NET Examples

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

See also:

IAdhocReport