Class StiBandV2Builder
java.lang.Object
com.stimulsoft.report.engine.StiBuilder
com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
- Direct Known Subclasses:
StiDataBandV2Builder,StiFooterBandV2Builder,StiGroupFooterBandV2Builder,StiGroupHeaderBandV2Builder,StiHeaderBandV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StiComponentsCollectionGetChildBands(StiBand masterBand) Returns child bands.static StiComponentsCollectionGetSubReports(StiBand masterBand) InternalRender(StiComponent masterComp) Renders a component.voidPrepare(StiComponent masterComp) Prepares a component for rendering.Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainerMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Render, SetReportVariables, UnPrepareMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
-
Constructor Details
-
StiBandV2Builder
public StiBandV2Builder()
-
-
Method Details
-
GetChildBands
Returns child bands. -
GetSubReports
-
Prepare
Description copied from class:StiComponentV2BuilderPrepares a component for rendering.- Overrides:
Preparein classStiComponentV2Builder
-
InternalRender
Description copied from class:StiV2BuilderRenders a component. Does not call events of a component while rendering.- Overrides:
InternalRenderin classStiContainerV2Builder- Parameters:
masterComp-- Returns:
-