com.stimulsoft.report.components.bands
Class StiGroupHeaderBandInfoV1

java.lang.Object
  extended by com.stimulsoft.report.engine.StiComponentInfo
      extended by com.stimulsoft.report.components.bands.StiGroupHeaderBandInfoV1
All Implemented Interfaces:
java.lang.Cloneable

public class StiGroupHeaderBandInfoV1
extends StiComponentInfo


Field Summary
 StiComponentsCollection BreakableComps
           
 boolean ForceCanBreak
           
 StiGroupFooterBand GroupFooter
          Gets or sets the group of footers which fits to this header.
 boolean IsFirstPassOfBreak
           
 int LastPositionLineRendering
          Used for calculate system variable Line
 int LastPositionRendering
           
 boolean Rerender
          Gets or sets value, indicates that it is necessary to reprint the group header.
 
Constructor Summary
StiGroupHeaderBandInfoV1()
           
 
Method Summary
 
Methods inherited from class com.stimulsoft.report.engine.StiComponentInfo
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LastPositionLineRendering

public int LastPositionLineRendering
Used for calculate system variable Line


LastPositionRendering

public int LastPositionRendering

Rerender

public boolean Rerender
Gets or sets value, indicates that it is necessary to reprint the group header.


ForceCanBreak

public boolean ForceCanBreak

IsFirstPassOfBreak

public boolean IsFirstPassOfBreak

BreakableComps

public StiComponentsCollection BreakableComps

GroupFooter

public StiGroupFooterBand GroupFooter
Gets or sets the group of footers which fits to this header.

Constructor Detail

StiGroupHeaderBandInfoV1

public StiGroupHeaderBandInfoV1()