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

Packages that use StiGroupFooterBand
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.engine.engineV2.builders   
 

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

Fields in com.stimulsoft.report.components.bands declared as StiGroupFooterBand
 StiGroupFooterBand StiGroupHeaderBandInfoV2.GroupFooter
          Gets or sets the group of footers which fits to this header.
 StiGroupFooterBand StiGroupHeaderBandInfoV1.GroupFooter
          Gets or sets the group of footers which fits to this header.
 

Fields in com.stimulsoft.report.components.bands with type parameters of type StiGroupFooterBand
 java.util.ArrayList<StiGroupFooterBand> StiDataBandInfoV2.GroupFooterComponents
          Gets or sets a collection of footer groups.
 java.util.ArrayList<StiGroupFooterBand> StiDataBandInfoV2.GroupFooters
           
 

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

Subclasses of StiGroupFooterBand in com.stimulsoft.report.components.crossBands
 class StiCrossGroupFooterBand
          Class describes Cross Group Footer Band.
 

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

Methods in com.stimulsoft.report.engine.engineV2.builders that return types with arguments of type StiGroupFooterBand
 java.util.ArrayList<StiGroupFooterBand> StiDataBandV2Builder.GetGroupFooters(StiDataBand masterDataBand)
          Returns a collection of group footers.
 

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiGroupFooterBand
static StiDataBand StiGroupFooterBandV2Builder.getMaster(StiGroupFooterBand masterFooterBand)
          Returns the Master component of an object.