com.stimulsoft.report.engine.engineV2.builders
Class StiGroupHeaderBandV2Builder

java.lang.Object
  extended by com.stimulsoft.report.engine.StiBuilder
      extended by com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
          extended by com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
              extended by com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
                  extended by com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
                      extended by com.stimulsoft.report.engine.engineV2.builders.StiGroupHeaderBandV2Builder

public class StiGroupHeaderBandV2Builder
extends StiBandV2Builder


Constructor Summary
StiGroupHeaderBandV2Builder()
           
 
Method Summary
static java.lang.Object GetCurrentConditionValue(StiGroupHeaderBand masterGroupHeaderBand)
          Returns the current value of a condition of grouping.
static java.lang.Object GetCurrentSummaryExpressionValue(StiGroupHeaderBand masterGroupHeaderBand)
          Returns the current value of a summary expression of grouping.
static StiDataBand getMaster(StiGroupHeaderBand masterGroupHeaderBand)
          Returns the Master component of this component.
 void Prepare(StiComponent masterComp)
          Prepares a component for rendering.
 void SetReportVariables(StiComponent masterComp)
          Sets system variables which are specific for the specified component.
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
GetChildBands, GetSubReports, InternalRender
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainer
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Render, UnPrepare
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiGroupHeaderBandV2Builder

public StiGroupHeaderBandV2Builder()
Method Detail

getMaster

public static StiDataBand getMaster(StiGroupHeaderBand masterGroupHeaderBand)
Returns the Master component of this component.

Parameters:
masterGroupHeaderBand -
Returns:

GetCurrentConditionValue

public static java.lang.Object GetCurrentConditionValue(StiGroupHeaderBand masterGroupHeaderBand)
Returns the current value of a condition of grouping.

Returns:

GetCurrentSummaryExpressionValue

public static java.lang.Object GetCurrentSummaryExpressionValue(StiGroupHeaderBand masterGroupHeaderBand)
Returns the current value of a summary expression of grouping.

Returns:

SetReportVariables

public void SetReportVariables(StiComponent masterComp)
Description copied from class: StiComponentV2Builder
Sets system variables which are specific for the specified component.

Overrides:
SetReportVariables in class StiComponentV2Builder

Prepare

public void Prepare(StiComponent masterComp)
Description copied from class: StiComponentV2Builder
Prepares a component for rendering.

Overrides:
Prepare in class StiBandV2Builder