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

Packages that use StiGroupHeaderBand
com.stimulsoft.report.components.bands   
com.stimulsoft.report.components.crossBands   
com.stimulsoft.report.dictionary.dataSources   
com.stimulsoft.report.engine.engineV1.builders   
com.stimulsoft.report.engine.engineV2.builders   
 

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

Fields in com.stimulsoft.report.components.bands declared as StiGroupHeaderBand
 StiGroupHeaderBand StiGroupFooterBandInfoV1.groupHeader
           
 StiGroupHeaderBand StiGroupFooterBandInfoV2.GroupHeader
          Gets or sets the group of headers which fits to this footer.
 

Fields in com.stimulsoft.report.components.bands with type parameters of type StiGroupHeaderBand
 java.util.ArrayList<StiGroupHeaderBand> StiDataBandInfoV2.GroupHeaderComponents
          Gets or sets a collection of header groups.
 java.util.ArrayList<StiGroupHeaderBand> StiDataBandInfoV2.GroupHeaders
           
 

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

Subclasses of StiGroupHeaderBand in com.stimulsoft.report.components.crossBands
 class StiCrossGroupHeaderBand
          The class describes Cross Group Header Band.
 

Uses of StiGroupHeaderBand in com.stimulsoft.report.dictionary.dataSources
 

Method parameters in com.stimulsoft.report.dictionary.dataSources with type arguments of type StiGroupHeaderBand
 void StiDataSource.SetSort(java.lang.Object[][][] conditions, java.util.ArrayList<java.lang.String> sortColumns, StiComponent component, StiDataBand databand, java.util.ArrayList<StiGroupHeaderBand> groupHeaders)
          Sorts data.
 

Uses of StiGroupHeaderBand in com.stimulsoft.report.engine.engineV1.builders
 

Methods in com.stimulsoft.report.engine.engineV1.builders that return types with arguments of type StiGroupHeaderBand
 java.util.ArrayList<StiGroupHeaderBand> StiDataBandV1Builder.getGroupHeaders(StiDataBand dataBand)
           
 

Methods in com.stimulsoft.report.engine.engineV1.builders with parameters of type StiGroupHeaderBand
 boolean StiDataBandV1Builder.GetGroupFooterResult(StiDataBand dataBand, StiGroupHeaderBand groupHeaderBand)
           
 boolean StiDataBandV1Builder.GetGroupHeaderResult(StiDataBand dataBand, StiGroupHeaderBand groupHeaderBand)
           
 

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

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

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiGroupHeaderBand
static java.lang.Object StiGroupHeaderBandV2Builder.GetCurrentConditionValue(StiGroupHeaderBand masterGroupHeaderBand)
          Returns the current value of a condition of grouping.
static java.lang.Object StiGroupHeaderBandV2Builder.GetCurrentSummaryExpressionValue(StiGroupHeaderBand masterGroupHeaderBand)
          Returns the current value of a summary expression of grouping.
 boolean StiDataBandV2Builder.GetGroupFooterResult(StiDataBand masterDataBand, StiGroupHeaderBand groupHeaderBand)
           
 boolean StiDataBandV2Builder.GetGroupHeaderResult(StiDataBand masterDataBand, StiGroupHeaderBand groupHeaderBand)
           
static StiDataBand StiGroupHeaderBandV2Builder.getMaster(StiGroupHeaderBand masterGroupHeaderBand)
          Returns the Master component of this component.