IPrxPartialPersist.SaveToStream

Syntax

SaveToStream(Options: Integer; Stream: IIOStream);

Parameters

Options. The parameter is reserved. 0 is to be passed.

Stream. The stream, to which the report is to be saved.

Description

Thee SaveToStream method saves report to a stream and frees memory.

Comments

The method enables partial loading to a stream and freeing the used memory. Regular report sheets with the objects located on the sheets (graphs, charts, and so on) are freed. The method is used together with IPrxPartialPersist.LoadFromStream.

Example

The method use is given in the example for IPrxPartialPersist.LoadFromStream.

See also:

IPrxPartialPersist