Class StiDataBandInfoV1
java.lang.Object
com.stimulsoft.report.engine.StiComponentInfo
com.stimulsoft.report.components.bands.StiDataBandInfoV1
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintbooleanGets or sets the current child component.booleanGets or sets collection of details.Gets or sets collection of data details.booleanbooleanbooleanRender first row.booleanRender first row in the current pass.Gets or sets collection of footers.booleanForce start new page when on page exist footers from previus page.doubleGets or sets free space for rendering.Gets or sets a collection of headers.booleanbooleanSave line to collection?Last rendered component.intbooleanLast rendered component was breaked.booleanCollection of components, which will be render in next pass.Gets or sets a collection of rendered headers.Collection rendered lines.doubleParent bookmark of the current component.intbooleanintContains the amount of the typed groups.intFrom what lines is calculation Line.intGets or sets a collection of header groups. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.stimulsoft.report.engine.StiComponentInfo
clone
-
Field Details
-
SubReportsComponents
Gets or sets a collection of header groups. -
RenderedHeaders
Gets or sets a collection of rendered headers. -
HeaderComponents
Gets or sets a collection of headers. -
DetailComponents
Gets or sets collection of details. -
DetailDataComponents
Gets or sets collection of data details. -
CurrentDetailComponent
Gets or sets the current child component. If it equal in null then Master component is printed. -
LastPositionRendering
public int LastPositionRendering -
IsFirstPassOfBreak
public boolean IsFirstPassOfBreak -
BreakableComps
-
AlwaysKeepChildTogether
public boolean AlwaysKeepChildTogether -
FreeSpace
public double FreeSpaceGets or sets free space for rendering. -
DataIsPrepared
public boolean DataIsPrepared -
ColumnIndex
public int ColumnIndex -
ParentColumnContainer
-
LatestDataBandBreaked
public boolean LatestDataBandBreaked -
ResParentBookmark
Parent bookmark of the current component. -
StartGroupIndex
public int StartGroupIndexContains the amount of the typed groups. Begin position the group in container. -
StartLine
public int StartLineFrom what lines is calculation Line. -
RuntimeLine
public int RuntimeLine -
LastRenderBreaked
public boolean LastRenderBreakedLast rendered component was breaked. -
LastComponent
Last rendered component. -
FirstRow
public boolean FirstRowRender first row. -
FirstRowInPath
public boolean FirstRowInPathRender first row in the current pass. -
ForceStartNewPage
public boolean ForceStartNewPageForce start new page when on page exist footers from previus page. -
RemmitedCollection
Collection of components, which will be render in next pass. -
RenderedItems
Collection rendered lines. -
ItemsActive
public boolean ItemsActiveSave line to collection? -
FirstCall
public boolean FirstCall -
FirstGroupOnPass
public boolean FirstGroupOnPass -
SkipStartNewPage
public boolean SkipStartNewPage -
StartMasterIndex
public int StartMasterIndex -
ResHeightOfContainerBeforeRendering
public double ResHeightOfContainerBeforeRendering -
CrossTabExistOnDataBand
public boolean CrossTabExistOnDataBand
-
-
Constructor Details
-
StiDataBandInfoV1
public StiDataBandInfoV1()
-