IAdhocReport.LoadFromStream

Fore Syntax

LoadFromStream(Stream: IIOStream);

Fore.NET Syntax

SaveToStream(Stream: System.IO.Stream);

Parameters

Stream. A stream from where a dashboard is loaded.

Description

The LoadFromStream method loads a dashboard from a stream.

Comments

To save a dashboard to a stream, use the IAdhocReport.SaveToStream method.

Fore and Fore.NET Examples

The method use is given in the example for IAdhocReport.SaveToStream.

See also:

IAdhocReport