SaveToStream(Options: Integer; Stream: IIOStream);
Options. The parameter is reserved. 0 is to be passed.
Stream. The stream, to which the report is to be saved.
Thee SaveToStream method saves report to a stream and frees memory.
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.
The method use is given in the example for IPrxPartialPersist.LoadFromStream.
See also: