Class StiGroupHeaderBandV2Builder
java.lang.Object
com.stimulsoft.report.engine.StiBuilder
com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiGroupHeaderBandV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectGetCurrentConditionValue(StiGroupHeaderBand masterGroupHeaderBand) Returns the current value of a condition of grouping.static ObjectGetCurrentSummaryExpressionValue(StiGroupHeaderBand masterGroupHeaderBand) Returns the current value of a summary expression of grouping.static StiDataBandgetMaster(StiGroupHeaderBand masterGroupHeaderBand) Returns the Master component of this component.voidPrepare(StiComponent masterComp) Prepares a component for rendering.voidSetReportVariables(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, InternalRenderMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainerMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiComponentV2Builder
Render, UnPrepareMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
-
Constructor Details
-
StiGroupHeaderBandV2Builder
public StiGroupHeaderBandV2Builder()
-
-
Method Details
-
getMaster
Returns the Master component of this component.- Parameters:
masterGroupHeaderBand-- Returns:
-
GetCurrentConditionValue
Returns the current value of a condition of grouping.- Returns:
-
GetCurrentSummaryExpressionValue
Returns the current value of a summary expression of grouping.- Returns:
-
SetReportVariables
Description copied from class:StiComponentV2BuilderSets system variables which are specific for the specified component.- Overrides:
SetReportVariablesin classStiComponentV2Builder
-
Prepare
Description copied from class:StiComponentV2BuilderPrepares a component for rendering.- Overrides:
Preparein classStiBandV2Builder
-