StiEngine Properties |
The StiEngine type exposes the following members.
| Name | Description | |
|---|---|---|
| ContainerForRender |
Gets or sets a container in what rendering of bands is done.
| |
| CrossFreeSpace |
Contains a freespace in a container in what the printing is done. Used to output
Cross bands only.
| |
| FreeSpace |
Contains a freespace in a container in what the printing is done.
| |
| IgnoreUnlimitedHeightForNewPage |
If true then UnlimitedHeight property is ignored when NewPage method is called.
| |
| IsCrossBandsMode |
This property is set to true for printing CrossBands.
| |
| IsDynamicBookmarksMode |
If true then it is allowed to add any Bookmarks. If false then
add Bookmarks of components which the IsRendered property = false
(in other words it is rendered first time). This property allows adding Bookmarks
for static components only once (to avoid duplication).
| |
| IsFirstDataBandOnPage |
Returns true if the first DataBand is printed on the current page.
| |
| IsLastDataBandOnPage |
Returns true if the last DataBand is printed on the current page.
| |
| MasterReport |
Gets or sets a master report that is being rendered in the current moment.
| |
| Page |
Gets or sets a page in what rendering of bands is done.
| |
| PositionBottomY |
Indicates the current position bands output on the Y axis on the bottom of a page.
| |
| PositionX |
Indicates the current position bands output on the X axis.
| |
| PositionY |
Indicates the current position bands output on the Y axis.
| |
| Report |
Gets or sets a report that is being rendered in the current moment.
| |
| TemplateContainer |
Gets or sets a container from a template. This page is being rendered in the current moment. If a page is output then
the TemplateContainer property is equal in TemplatePage.
| |
| TemplatePage |
Gets or sets a page from a template. This page is being rendered in the current moment.
|