Uses of Class
com.stimulsoft.report.components.bands.StiBand
Packages that use StiBand
Package
Description
-
Uses of StiBand in com.stimulsoft.report.components.bands
Subclasses of StiBand in com.stimulsoft.report.components.bandsModifier and TypeClassDescriptionclassDesribes the class that realizes the band - Child Band.classclassDesribes the class that realizes the band - Column Header Band.classclassclassDesribes the class that realizes the band - Empty Band.classclassclassclassclassDescribes the class that realizes a Hierarchical Band.classDesribes the class that realizes the band - Overlay Band.classclassclassclassclassclassCopyright StimulsoftMethods in com.stimulsoft.report.components.bands that return StiBand -
Uses of StiBand in com.stimulsoft.report.components.complexcomponents
Methods in com.stimulsoft.report.components.complexcomponents that return StiBandMethods in com.stimulsoft.report.components.complexcomponents with parameters of type StiBand -
Uses of StiBand in com.stimulsoft.report.components.crossBands
Subclasses of StiBand in com.stimulsoft.report.components.crossBandsModifier and TypeClassDescriptionclassClass describes Cross Data Band.classClass describes Cross Footer Band.classClass describes Cross Group Footer Band.classThe class describes Cross Group Header Band.classThe class describes the Cross Header Band. -
Uses of StiBand in com.stimulsoft.report.components.table
Subclasses of StiBand in com.stimulsoft.report.components.table -
Uses of StiBand in com.stimulsoft.report.engine.engineV2
Fields in com.stimulsoft.report.engine.engineV2 with type parameters of type StiBandMethods in com.stimulsoft.report.engine.engineV2 that return StiBandModifier and TypeMethodDescriptionstatic StiBandStiSubReportsHelper.GetParentBand(StiContainer parent) Returns Band which is one of Parent components of the specified container.Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiBandModifier and TypeMethodDescriptionfinal voidStiBandsOnAllPages.Add(StiDataBand dataBand, StiBand band) Starts monitoring of this band for rendering OnAllPages.final booleanStiFootersOnAllPages.CanProcess(StiBand band) Returns true, if the specified band is the Footer.final booleanStiPrintAtBottom.CanProcess(StiBand band) Returns true if the specified band is a band that should be output on the bottom of a page.final booleanStiBandsOnAllPages.IsBandInBandsList(StiBand band) final StiComponentsCollectionStiEngine.RenderBand(StiBand band) Renders a specified band taking Child bands into consideration.final StiComponentsCollectionStiEngine.RenderBand(StiBand band, boolean ignorePageBreaks, boolean allowRenderingEvents) Renders a specified band taking Child bands into consideration.Method parameters in com.stimulsoft.report.engine.engineV2 with type arguments of type StiBand -
Uses of StiBand in com.stimulsoft.report.engine.engineV2.builders
Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiBandModifier and TypeMethodDescriptionstatic StiComponentsCollectionStiBandV2Builder.GetChildBands(StiBand masterBand) Returns child bands.static StiComponentsCollectionStiBandV2Builder.GetSubReports(StiBand masterBand) final voidStiDataBandV2Builder.RenderBand(StiDataBand masterDataBand, StiBand band) final voidStiDataBandV2Builder.RenderBand(StiDataBand masterDataBand, StiBand band, boolean ignorePageBreaks, boolean allowRenderingEvents) final voidStiDataBandV2Builder.StartBand(StiDataBand masterDataBand, StiBand band) Starts monitoring of specified band OnAllPages.Method parameters in com.stimulsoft.report.engine.engineV2.builders with type arguments of type StiBandModifier and TypeMethodDescriptionfinal voidStiDataBandV2Builder.StartBands(StiDataBand masterDataBand, ArrayList<? extends StiBand> bands) Starts monitoring of specified collection of bands OnAllPages.