The StreamSource object that contains objects to render in the StreamFrame.

Property of

streamFrame

Description

A StreamFrame object’s streamSource property identifies the StreamSource object that supplies the StreamFrame object’s data stream.

If multiple StreamFrame objects have the same streamSource property, that StreamSource will stream data to those StreamFrame objects in series, in the order in which the StreamFrame objects were created (the same order as they are listed in the class definition in the .REP file).

If multiple StreamFrame objects have different streamSource properties, each StreamFrame will be filled from its own StreamSource object (in the same order as above) until all the StreamFrame objects in the page are filled. If a particular StreamFrame object’s StreamSource is exhausted, it is no longer filled. When all StreamSource objects are exhausted, all the objects on that last PageTemplate are rendered, and the report is done.