You are here: Symbol Reference > Stimulsoft.Report.Engine Namespace > StiPrintAtBottom Class > StiPrintAtBottom Methods > Render Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
StiPrintAtBottom.Render Method

Finds all elements from the specified container of output and outputs them on a new page. Outputs elements which are found before the container-marker. The rest of elements will be moved on the next page. All elements should be found in a previously compiled list of bands which are output on the bottom of a page. When processing, a new vertical position on the bottom of a page is set.

Syntax
C++
C#
Visual Basic
public: void Render( StiContainer outContainer, int startIndex, StiContainer markerContainer );
Parameters
Parameters 
Description 
outContainer 
A container in what bands should be output. 
startIndex 
The Index starting with what it is necessary to find a container-marker. The Index is specified because there is no need to process again previously output clumns on a page. 
markerContainer 
A container-marker after what all containers will be moved on the next page. 
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.