Class StiDataBandInfoV1

java.lang.Object
com.stimulsoft.report.engine.StiComponentInfo
com.stimulsoft.report.components.bands.StiDataBandInfoV1
All Implemented Interfaces:
Cloneable

public class StiDataBandInfoV1 extends StiComponentInfo
  • Field Details

    • SubReportsComponents

      public ArrayList<StiComponent> SubReportsComponents
      Gets or sets a collection of header groups.
    • RenderedHeaders

      public ArrayList<StiComponent> RenderedHeaders
      Gets or sets a collection of rendered headers.
    • HeaderComponents

      public ArrayList<StiComponent> HeaderComponents
      Gets or sets a collection of headers.
    • FooterComponents

      public ArrayList<StiComponent> FooterComponents
      Gets or sets collection of footers.
    • DetailComponents

      public ArrayList<StiComponent> DetailComponents
      Gets or sets collection of details.
    • DetailDataComponents

      public ArrayList<StiComponent> DetailDataComponents
      Gets or sets collection of data details.
    • CurrentDetailComponent

      public StiComponent 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

      public ArrayList<StiComponent> BreakableComps
    • AlwaysKeepChildTogether

      public boolean AlwaysKeepChildTogether
    • FreeSpace

      public double FreeSpace
      Gets or sets free space for rendering.
    • DataIsPrepared

      public boolean DataIsPrepared
    • ColumnIndex

      public int ColumnIndex
    • ParentColumnContainer

      public StiContainer ParentColumnContainer
    • LatestDataBandBreaked

      public boolean LatestDataBandBreaked
    • ResParentBookmark

      public StiBookmark ResParentBookmark
      Parent bookmark of the current component.
    • StartGroupIndex

      public int StartGroupIndex
      Contains the amount of the typed groups. Begin position the group in container.
    • StartLine

      public int StartLine
      From what lines is calculation Line.
    • RuntimeLine

      public int RuntimeLine
    • LastRenderBreaked

      public boolean LastRenderBreaked
      Last rendered component was breaked.
    • LastComponent

      public StiComponent LastComponent
      Last rendered component.
    • FirstRow

      public boolean FirstRow
      Render first row.
    • FirstRowInPath

      public boolean FirstRowInPath
      Render first row in the current pass.
    • ForceStartNewPage

      public boolean ForceStartNewPage
      Force start new page when on page exist footers from previus page.
    • RemmitedCollection

      public ArrayList<StiComponent> RemmitedCollection
      Collection of components, which will be render in next pass.
    • RenderedItems

      public ArrayList RenderedItems
      Collection rendered lines.
    • ItemsActive

      public boolean ItemsActive
      Save 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()