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

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.StiDataBandV2Builder
                          extended by com.stimulsoft.report.engine.engineV2.builders.StiHierarchicalBandV2Builder

public class StiHierarchicalBandV2Builder
extends StiDataBandV2Builder


Constructor Summary
StiHierarchicalBandV2Builder()
           
 
Method Summary
static void CreateIndention(StiHierarchicalBand masterHierarchical, StiContainer container, int level)
           
 StiComponent InternalRender(StiComponent masterComp)
          Renders a component.
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiDataBandV2Builder
AddFooterMarker, AddKeepDetails, AddKeepLevel, AddKeepLevelAtLatestDataBand, AllowDetailDataBands, AllowKeepDetails, Block, CheckHierarchicalFooters, CheckHierarchicalHeaders, CheckKeepReportSummaryTogether, EndBands, FindDetailDataBands, FindDetails, FindEmptyBands, FindFooters, FindGroupFooters, FindGroupHeaders, FindHeaders, FindHierarchicalFooters, FindHierarchicalHeaders, FindSubReports, getBuilder, GetGroupFooterResult, GetGroupFooters, GetGroupHeaderResult, GetGroupHeaders, GroupsComparison, IsCollapsed, IsDenyDetailsOnFirstPage, IsDetailDataSourcesEmpty, IsPrintIfDetailEmpty, LinkGroupHeadersAndGroupFooters, Prepare, PrepareGroupResults, RegisterEmptyBands, RemoveKeepDetails, RemoveKeepGroupHeaders, RemoveKeepHeaders, RemoveKeepLevel, Render, RenderBand, RenderBand, RenderColumns, RenderDetailDataBands, RenderFootersOnAllPages, RenderFootersOnLastPage, RenderGroupFooters, RenderGroupHeaders, RenderHeaders, RenderHierarchicalFooters, RenderHierarchicalHeaders, RenderMarkerFootersOnAllPages, RenderMaster, RenderReportSummaries, RenderReportTitles, ResetDetailDataBands, ResetDetails, ResetEmptyBands, ResetFooters, ResetGroupFooters, ResetGroupHeaders, ResetHeaders, ResetHierarchicalFooters, ResetHierarchicalHeaders, ResetLinkGroupHeadersAndGroupFooters, SetDetails, SetReportVariables, StartBand, StartBands, UnBlock, UnPrepare
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
GetChildBands, GetSubReports
 
Methods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainer
 
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

StiHierarchicalBandV2Builder

public StiHierarchicalBandV2Builder()
Method Detail

InternalRender

public StiComponent InternalRender(StiComponent masterComp)
Description copied from class: StiV2Builder
Renders a component. Does not call events of a component while rendering.

Overrides:
InternalRender in class StiBandV2Builder
Returns:

CreateIndention

public static void CreateIndention(StiHierarchicalBand masterHierarchical,
                                   StiContainer container,
                                   int level)