Click or drag to resize

StiEngine Properties

The StiEngine type exposes the following members.

Properties
  NameDescription
Public propertyContainerForRender
Gets or sets a container in what rendering of bands is done.
Public propertyCrossFreeSpace
Contains a freespace in a container in what the printing is done. Used to output Cross bands only.
Public propertyFreeSpace
Contains a freespace in a container in what the printing is done.
Public propertyIgnoreUnlimitedHeightForNewPage
If true then UnlimitedHeight property is ignored when NewPage method is called.
Public propertyIsCrossBandsMode
This property is set to true for printing CrossBands.
Public propertyIsDynamicBookmarksMode
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).
Public propertyIsFirstDataBandOnPage
Returns true if the first DataBand is printed on the current page.
Public propertyIsLastDataBandOnPage
Returns true if the last DataBand is printed on the current page.
Public propertyMasterReport
Gets or sets a master report that is being rendered in the current moment.
Public propertyPage
Gets or sets a page in what rendering of bands is done.
Public propertyPositionBottomY
Indicates the current position bands output on the Y axis on the bottom of a page.
Public propertyPositionX
Indicates the current position bands output on the X axis.
Public propertyPositionY
Indicates the current position bands output on the Y axis.
Public propertyReport
Gets or sets a report that is being rendered in the current moment.
Public propertyTemplateContainer
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.
Public propertyTemplatePage
Gets or sets a page from a template. This page is being rendered in the current moment.
Top
See Also