Package | stimulsoft.report.engine.engineV2 |
Class | public class StiEmptyBandsV2Helper |
Inheritance | StiEmptyBandsV2Helper ![]() |
Method | Defined By | ||
---|---|---|---|
StiEmptyBandsV2Helper(engine:StiEngine) | StiEmptyBandsV2Helper | ||
clear():void
Clears selected EmptyBand. | StiEmptyBandsV2Helper | ||
register(emptyBands:StiComponentsCollection):void
Registers the list of EmptyBands. | StiEmptyBandsV2Helper | ||
Renders the EmptyBand in the specified container. | StiEmptyBandsV2Helper |
engine | property |
public var engine:StiEngine = null
StiEmptyBandsV2Helper | () | Constructor |
clear | () | method |
public function clear():void
Clears selected EmptyBand.
register | () | method |
public function register(emptyBands:StiComponentsCollection):void
Registers the list of EmptyBands. Only the first EmptyBand from a collection is used.
Parameters
emptyBands:StiComponentsCollection |
render | () | method |
public function render(containerForRender:StiContainer, selectedContainer:StiContainer):void
Renders the EmptyBand in the specified container. EmptyBand will take free space in the specified container. "containerForRender" > A container to output EmptyBand. "selectedContainer" > A container-marker that is used to find Keep containers.
Parameters
containerForRender:StiContainer | |
selectedContainer:StiContainer |