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

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.StiFooterBandV2Builder
                          extended by com.stimulsoft.report.engine.engineV2.builders.StiColumnFooterBandV2Builder

public class StiColumnFooterBandV2Builder
extends StiFooterBandV2Builder


Constructor Summary
StiColumnFooterBandV2Builder()
           
 
Method Summary
 StiComponent InternalRender(StiComponent masterComp)
          Renders a component.
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiFooterBandV2Builder
getMaster, GetMaster
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
GetChildBands, GetSubReports, 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

StiColumnFooterBandV2Builder

public StiColumnFooterBandV2Builder()
Method Detail

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 StiBandV2Builder
Returns: