Uses of Class
com.stimulsoft.report.components.bands.StiBand

Packages that use StiBand
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.components.table   
com.stimulsoft.report.engine   
com.stimulsoft.report.engine.engineV2   
com.stimulsoft.report.engine.engineV2.builders   
 

Uses of StiBand in com.stimulsoft.report.components.bands
 

Subclasses of StiBand in com.stimulsoft.report.components.bands
 class StiChildBand
          Desribes the class that realizes the band - Child Band.
 class StiColumnFooterBand
           
 class StiColumnHeaderBand
          Desribes the class that realizes the band - Column Header Band.
 class StiDataBand
           
 class StiDynamicBand
           
 class StiEmptyBand
          Desribes the class that realizes the band - Empty Band.
 class StiFooterBand
           
 class StiGroupFooterBand
           
 class StiGroupHeaderBand
           
 class StiHeaderBand
           
 class StiHierarchicalBand
          Describes the class that realizes a Hierarchical Band.
 class StiOverlayBand
          Desribes the class that realizes the band - Overlay Band.
 class StiPageFooterBand
           
 class StiPageHeaderBand
           
 class StiReportSummaryBand
           
 class StiReportTitleBand
           
 class StiStaticBand
           
 class StiTableOfContents
          Copyright Stimulsoft
 

Methods in com.stimulsoft.report.components.bands that return StiBand
 StiBand StiChildBand.GetMaster()
          Returns the component Master of the object.
 

Uses of StiBand in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents that return StiBand
 StiBand StiContainerInfoV2.getParentBand()
           
 

Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiBand
 void StiContainerInfoV2.setParentBand(StiBand value)
           
 

Uses of StiBand in com.stimulsoft.report.components.crossBands
 

Subclasses of StiBand in com.stimulsoft.report.components.crossBands
 class StiCrossDataBand
          Class describes Cross Data Band.
 class StiCrossFooterBand
          Class describes Cross Footer Band.
 class StiCrossGroupFooterBand
          Class describes Cross Group Footer Band.
 class StiCrossGroupHeaderBand
          The class describes Cross Group Header Band.
 class StiCrossHeaderBand
          The class describes the Cross Header Band.
 

Uses of StiBand in com.stimulsoft.report.components.table
 

Subclasses of StiBand in com.stimulsoft.report.components.table
 class StiTable
           
 

Uses of StiBand in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine with parameters of type StiBand
static void StiOddEvenStylesHelper.ApplyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont, StiBand band)
          Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.
 

Uses of StiBand in com.stimulsoft.report.engine.engineV2
 

Fields in com.stimulsoft.report.engine.engineV2 with type parameters of type StiBand
 java.util.ArrayList<StiBand> StiEngine.bandsInProgress
           
 

Methods in com.stimulsoft.report.engine.engineV2 that return StiBand
static StiBand StiSubReportsHelper.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 StiBand
 void StiBandsOnAllPages.Add(StiDataBand dataBand, StiBand band)
          Starts monitoring of this band for rendering OnAllPages.
 boolean StiPrintAtBottom.CanProcess(StiBand band)
          Returns true if the specified band is a band that should be output on the bottom of a page.
 boolean StiFootersOnAllPages.CanProcess(StiBand band)
          Returns true, if the specified band is the Footer.
 boolean StiBandsOnAllPages.IsBandInBandsList(StiBand band)
           
 StiComponentsCollection StiEngine.RenderBand(StiBand band)
          Renders a specified band taking Child bands into consideration.
 StiComponentsCollection StiEngine.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
 void StiEmptyBandsV2Helper.Register(java.util.ArrayList<? extends StiBand> emptyBands)
          Registers the list of EmptyBands.
 

Uses of StiBand in com.stimulsoft.report.engine.engineV2.builders
 

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiBand
static StiComponentsCollection StiBandV2Builder.GetChildBands(StiBand masterBand)
          Returns child bands.
static StiComponentsCollection StiBandV2Builder.GetSubReports(StiBand masterBand)
           
 void StiDataBandV2Builder.RenderBand(StiDataBand masterDataBand, StiBand band)
           
 void StiDataBandV2Builder.RenderBand(StiDataBand masterDataBand, StiBand band, boolean ignorePageBreaks, boolean allowRenderingEvents)
           
 void StiDataBandV2Builder.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 StiBand
 void StiDataBandV2Builder.StartBands(StiDataBand masterDataBand, java.util.ArrayList<? extends StiBand> bands)
          Starts monitoring of specified collection of bands OnAllPages.