Class StiEmptyBandsV2Helper
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiEmptyBandsV2Helper
A class helps to output EmptyBands.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidClear()Clears selected EmptyBand.findDataBand(StiEmptyBand emptyBand) final voidRegisters the list of EmptyBands.final voidRender(StiContainer containerForRender, StiContainer selectedContainer) Renders the EmptyBand in the specified container.
-
Field Details
-
engine
-
-
Constructor Details
-
StiEmptyBandsV2Helper
-
-
Method Details
-
Register
Registers the list of EmptyBands. Only the first EmptyBand from a co;;ection is used. -
Clear
public final void Clear()Clears selected EmptyBand. -
findDataBand
-
Render
Renders the EmptyBand in the specified container. EmptyBand will take free space in the specified container.- Parameters:
containerForRender- A container to output EmptyBand.selectedContainer- A container-marker that is used to find Keep containers.
-