Uses of Interface
com.stimulsoft.report.components.interfaces.IStiPageBreak

Packages that use IStiPageBreak
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.components.table   
com.stimulsoft.report.engine.engineV2   
 

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

Classes in com.stimulsoft.report.components.bands that implement IStiPageBreak
 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 StiFooterBand
           
 class StiGroupFooterBand
           
 class StiGroupHeaderBand
           
 class StiHeaderBand
           
 class StiHierarchicalBand
          Describes the class that realizes a Hierarchical Band.
 class StiReportSummaryBand
           
 class StiTableOfContents
          Copyright Stimulsoft
 

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

Classes in com.stimulsoft.report.components.crossBands that implement IStiPageBreak
 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 IStiPageBreak in com.stimulsoft.report.components.table
 

Classes in com.stimulsoft.report.components.table that implement IStiPageBreak
 class StiTable
           
 

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

Methods in com.stimulsoft.report.engine.engineV2 with parameters of type IStiPageBreak
 boolean StiEngine.CanGenerateNewContainer(IStiPageBreak pageBreak)
          Returns true if the specified container can generate a new page or a column in this time.
 void StiEngine.RemoveBandFromPageBreakSkipList(IStiPageBreak pageBreak)