The RenderEngine type exposes the following members.
Properties
Name | Description | |
---|---|---|
Caret | Gets and sets the current position on the page being rendered. | |
ColumnDX | Gets and sets the space beetween the page left margin and the left side of current column. | |
ColumnNumber | Gets and sets the currently rendered column number. | |
ColumnsCount | Gets and sets the current count of columns. | |
ColumnsGap | Gets and sets the space beetween the columns. | |
ColumnStart | Gets and sets the vertical coordinate of the columns section. | |
DataNavigationManager | Gets DataNavigationManager associated with this RenderEngine. | |
FreeHeight | Gets the amount of remaining free page height. | |
FreeWidth | Gets the amount of remaining free page width. | |
IsClearColumn | Gets and sets whether the current column is empty. | |
IsClearPage | Gets and sets whether the currently rendered page is empty. | |
IsDoublePass | Gets whether the pass currently performed is the second pass. | |
LineNumber | Gets the line number in the currently rendered band. | |
Now | Gets the date and time when the rendering began. | |
Objects | Gets and sets the data sources collection. | |
PageCount | Gets the count of pages in the final document. | |
PageNumber | Gets and sets the number of currently rendered page. | |
PageRenderArea | Gets and sets a rectangle defining the remaining free space available on the page. | |
Parameters | Gets parameters collection. | |
ProductionDocument | Gets the final document. | |
ProductionPage | Gets the current page in the final document. | |
ScriptInstance | Gets the generated script object instance. | |
Site | Gets the IRenderSite associates with the RenderEngine. | |
TemplateDocument | Gets the document template. | |
TemplatePage | Gets the current Page in the Template. | |
UsedHeight | Gets the amount of used page height. | |
UsedWidth | Gets the amount of used page width. |