Packagestimulsoft.report.engine.engineV2
Classpublic class StiBandsOnAllPages
InheritanceStiBandsOnAllPages Inheritance Object

A class hepls to output bands which should be output on all pages.



Public Properties
 PropertyDefined By
  denyRendering : Boolean
If the property is true then bands rendering on all pages is blocked.
StiBandsOnAllPages
  engine : StiEngine = null
StiBandsOnAllPages
Public Methods
 MethodDefined By
  
StiBandsOnAllPages
  
add(dataBand:StiDataBand, band:StiBand):void
Starts monitoring of this band for rendering OnAllPages.
StiBandsOnAllPages
  
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
Property Detail
denyRenderingproperty
denyRendering:Boolean

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


Implementation
    public function get denyRendering():Boolean
    public function set denyRendering(value:Boolean):void
engineproperty 
public var engine:StiEngine = null

Constructor Detail
StiBandsOnAllPages()Constructor
public function StiBandsOnAllPages(engine:StiEngine)



Parameters
engine:StiEngine
Method Detail
add()method
public function add(dataBand:StiDataBand, band:StiBand):void

Starts 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 
public function isBandInBandsList(band:StiBand):Boolean

Parameters

band:StiBand

Returns
Boolean
remove()method 
public function remove(dataBand:StiDataBand):void

Ends 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():void

Outputs bands, which were previously added to the collection of bands, which are output on all pages, on a new page.