The RenderEngine type exposes the following members.

Methods

  NameDescription
CancelRender
Cancels rendering.
CheckCancel
Checks if rendering was canceled.
Dispose
Implements Dispose()()().
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetCurrentGroup
Get the current group
GetGraphics
Returns a sample Graphics object.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRunningTotal
Gets running total by its name
GetTotal
Gets total value by the field
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Handle
Handles exception.
InitColumnState
Initializes column state.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
NewColumn
Forces a new column.
NewCrossPage
Forces a new page while rendering a cross report.
NewPage
Forces a new page.
RenderDocument
Renders the document.
ResetCross
Resets cross rendering state.
RestorePosition
Restores engine position.
StartRender
Starts the rendering process.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
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.

Events

  NameDescription
GetReportParameter
Occurs when report rendering to get temtlate parameteres.

See Also