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

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

public class StiPageV2Builder
extends StiContainerV2Builder


Constructor Summary
StiPageV2Builder()
           
 
Method Summary
 void Prepare(StiComponent masterComp)
          Prepares a component for rendering.
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainer, InternalRender
 
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

StiPageV2Builder

public StiPageV2Builder()
Method Detail

Prepare

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

Overrides:
Prepare in class StiComponentV2Builder