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

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
Direct Known Subclasses:
StiDataBandV2Builder, StiFooterBandV2Builder, StiGroupFooterBandV2Builder, StiGroupHeaderBandV2Builder, StiHeaderBandV2Builder

public class StiBandV2Builder
extends StiContainerV2Builder


Constructor Summary
StiBandV2Builder()
           
 
Method Summary
static StiComponentsCollection GetChildBands(StiBand masterBand)
          Returns child bands.
static StiComponentsCollection GetSubReports(StiBand masterBand)
           
 StiComponent InternalRender(StiComponent masterComp)
          Renders a component.
 void Prepare(StiComponent masterComp)
          Prepares a component for rendering.
 
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

StiBandV2Builder

public StiBandV2Builder()
Method Detail

GetChildBands

public static StiComponentsCollection GetChildBands(StiBand masterBand)
Returns child bands.


GetSubReports

public static StiComponentsCollection GetSubReports(StiBand masterBand)

Prepare

public void Prepare(StiComponent masterComp)
Description copied from class: StiComponentV2Builder
Prepares a component for rendering.

Overrides:
Prepare in class StiComponentV2Builder

InternalRender

public StiComponent InternalRender(StiComponent masterComp)
Description copied from class: StiV2Builder
Renders a component. Does not call events of a component while rendering.

Overrides:
InternalRender in class StiContainerV2Builder
Returns: