Class StiHierarchicalBandV2Builder
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.StiDataBandV2Builder
com.stimulsoft.report.engine.engineV2.builders.StiHierarchicalBandV2Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCreateIndention(StiHierarchicalBand masterHierarchical, StiContainer container, int level) 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, UnPrepareMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiBandV2Builder
GetChildBands, GetSubReportsMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiContainerV2Builder
GetRenderContainerMethods inherited from class com.stimulsoft.report.engine.engineV2.builders.StiV2Builder
GetBuilder
-
Constructor Details
-
StiHierarchicalBandV2Builder
public StiHierarchicalBandV2Builder()
-
-
Method Details
-
InternalRender
Description copied from class:StiV2BuilderRenders a component. Does not call events of a component while rendering.- Overrides:
InternalRenderin classStiBandV2Builder- Parameters:
masterComp-- Returns:
-
CreateIndention
public static void CreateIndention(StiHierarchicalBand masterHierarchical, StiContainer container, int level)
-