IAdhocReport.LoadFromStream

Syntax

LoadFromStream(Stream: IIOStream);

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.

Example

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

See also:

IAdhocReport