IAdhocReport.RefreshDataSources

Fore Syntax

RefreshDataSources(Value: Object);

Fore.NET Syntax

RefreshDataSources(Value: object);

Parameters

Value. Dashboard data source.

Description

The RefreshDataSources method refreshes metadata of the specified dashboard data source.

Comments

To fully refresh the specified source data, use the IAdhocReport.Refresh property.

Fore and Fore.NET Examples

The method use is given in the example for IAdhocDataSourceObjects.IsLinked.

See also:

IAdhocReport