com.stimulsoft.report.engine.engineV2.builders
Class StiHeaderBandV2Builder

java.lang.Object
  extended by com.stimulsoft.report.engine.StiBuilder
      extended by com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
          extended by com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
              extended by com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
                  extended by com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
                      extended by com.stimulsoft.report.engine.engineV2.builders.StiHeaderBandV2Builder
Direct Known Subclasses:
StiColumnHeaderBandV2Builder

public class StiHeaderBandV2Builder
extends StiBandV2Builder


Constructor Summary
StiHeaderBandV2Builder()
           
 
Method Summary
static StiComponent getMaster(StiHeaderBand masterHeaderBand)
           
static StiDataBand GetMaster(StiHeaderBand masterHeaderBand)
          Returns the Master component of this component.
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
GetChildBands, GetSubReports, InternalRender, Prepare
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainer
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Render, SetReportVariables, UnPrepare
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiHeaderBandV2Builder

public StiHeaderBandV2Builder()
Method Detail

GetMaster

public static StiDataBand GetMaster(StiHeaderBand masterHeaderBand)
Returns the Master component of this component.


getMaster

public static StiComponent getMaster(StiHeaderBand masterHeaderBand)