| Package | stimulsoft.report.engine.engineV2 |
| Class | public class StiBandsOnAllPages |
| Inheritance | StiBandsOnAllPages Object |
| Property | Defined By | ||
|---|---|---|---|
| denyRendering : Boolean
If the property is true then bands rendering on all pages is blocked. | StiBandsOnAllPages | ||
| engine : StiEngine = null | StiBandsOnAllPages | ||
| Method | Defined By | ||
|---|---|---|---|
StiBandsOnAllPages(engine:StiEngine) | StiBandsOnAllPages | ||
Starts monitoring of this band for rendering OnAllPages. | StiBandsOnAllPages | ||
isBandInBandsList(band:StiBand):Boolean | StiBandsOnAllPages | ||
remove(dataBand:StiDataBand):void
Ends monitoring of this band for rendering OnAllPages. | StiBandsOnAllPages | ||
render():void
Outputs bands, which were previously added to the collection of bands, which are output on all pages, on a new page. | StiBandsOnAllPages | ||
| denyRendering | property |
denyRendering:BooleanIf the property is true then bands rendering on all pages is blocked. The property is used to output headers, with the height higher than one page, on all pages.
public function get denyRendering():Boolean public function set denyRendering(value:Boolean):void| engine | property |
public var engine:StiEngine = null| StiBandsOnAllPages | () | Constructor |
| add | () | method |
public function add(dataBand:StiDataBand, band:StiBand):voidStarts monitoring of this band for rendering OnAllPages. "dataBand": A DataBand to what the band belongs to and what it is nesessary to be output on all pages. "band": A band what it is nesessary to be output on all pages.
Parameters
dataBand:StiDataBand | |
band:StiBand |
| isBandInBandsList | () | method |
| remove | () | method |
public function remove(dataBand:StiDataBand):voidEnds monitoring of this band for rendering OnAllPages. All bands which are dependent on the specified DataBand are removed. "band": A DataBand for removing dependent bands.
Parameters
dataBand:StiDataBand |
| render | () | method |
public function render():voidOutputs bands, which were previously added to the collection of bands, which are output on all pages, on a new page.