class StreamFrame
Describes an area on a page into which output is streamed.
Syntax
[<oRef> =] new StreamFrame(<pageTemplate>)
<oRef>
A variable or property—typically of <pageTemplate>—in which you want to store a reference to the newly created StreamFrame object.
<pageTemplate>
The PageTemplate object to which the StreamFrame object binds itself.
Properties
The following table lists the properties and events of the StreamFrame class. (No methods are associated with this class.)
Property |
Default |
Description |
STREAMFRAME |
Identifies the object as an instance of the StreamFrame class | |
Default |
The border around the StreamFrame object (0=Default, 1=Raised, 2=Lowered, 3=None, 4=Single, 5=Double, | |
(STREAMFRAME) |
Identifies the object as an instance of a custom class. When no custom class exists, defaults to baseClassName | |
|
Reference to the report that contains the StreamFrame object | |
0 |
Height of the StreamFrame object in its PageTemplate’s Report’s current metric units | |
0 |
The location of the left edge of the StreamFrame object in its PageTemplate’s Report’s current metric units, relative to the PageTemplate’s marginLeft | |
0 |
Horizontal margin inside the StreamFrame | |
0 |
Vertical margin inside the StreamFrame | |
|
The name of the StreamFrame object | |
|
The PageTemplate object that contains the StreamFrame | |
|
Reference to a StreamSource object that contains objects to be rendered in the StreamFrame | |
0 |
The location of the top edge of the StreamFrame object in its PageTemplate’s Report’s current metric units, relative to the PageTemplate’s marginTop | |
|
Width of the StreamFrame object in its PageTemplate’s Report’s current metric units |
Event |
Parameters |
Description |
|
Before the StreamFrame is rendered; return value determines whether StreamFrame is rendered | |
|
After the contents of the StreamFrame have rendered |
Description
A StreamFrame object describes a rectangular region inside the margins of a PageTemplate into which data from a StreamSource object is rendered.
Although you may create multiple StreamFrame objects in a PageTemplate, the Report Designer currently does not support multiple StreamFrame objects visually.