com.stimulsoft.report.components.bands
Class StiDataBandInfoV2

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

public class StiDataBandInfoV2
extends StiComponentInfo


Field Summary
 java.util.ArrayList<StiDataBand> DetailDataBands
           
 java.util.ArrayList<StiComponent> Details
           
 java.util.ArrayList<StiEmptyBand> EmptyBands
           
 java.util.ArrayList<StiFooterBand> FootersOnAllPages
           
 java.util.ArrayList<StiFooterBand> FootersOnLastPage
           
 java.util.ArrayList<StiGroupFooterBand> GroupFooterComponents
          Gets or sets a collection of footer groups.
 boolean[] GroupFooterResults
           
 java.util.ArrayList<StiGroupFooterBand> GroupFooters
           
 java.util.ArrayList<StiGroupHeaderBand> GroupHeaderComponents
          Gets or sets a collection of header groups.
 boolean[] GroupHeaderResults
           
 java.util.ArrayList<StiGroupHeaderBand> GroupHeaders
           
 java.util.ArrayList<StiHeaderBand> Headers
           
 java.util.ArrayList<StiFooterBand> HierarchicalFooters
           
 java.util.ArrayList<StiHeaderBand> HierarchicalHeaders
           
 java.util.ArrayList<StiReportSummaryBand> ReportSummaries
           
 java.util.ArrayList<StiReportTitleBand> ReportTitles
           
 StiBookmark StoredParentBookmark
           
 StiBookmark storedParentPointer
           
 java.util.ArrayList<StiSubReport> SubReports
           
 
Constructor Summary
StiDataBandInfoV2()
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GroupHeaders

public java.util.ArrayList<StiGroupHeaderBand> GroupHeaders

GroupFooters

public java.util.ArrayList<StiGroupFooterBand> GroupFooters

DetailDataBands

public java.util.ArrayList<StiDataBand> DetailDataBands

Details

public java.util.ArrayList<StiComponent> Details

SubReports

public java.util.ArrayList<StiSubReport> SubReports

EmptyBands

public java.util.ArrayList<StiEmptyBand> EmptyBands

Headers

public java.util.ArrayList<StiHeaderBand> Headers

HierarchicalHeaders

public java.util.ArrayList<StiHeaderBand> HierarchicalHeaders

GroupHeaderComponents

public java.util.ArrayList<StiGroupHeaderBand> GroupHeaderComponents
Gets or sets a collection of header groups.


GroupFooterComponents

public java.util.ArrayList<StiGroupFooterBand> GroupFooterComponents
Gets or sets a collection of footer groups.


FootersOnAllPages

public java.util.ArrayList<StiFooterBand> FootersOnAllPages

FootersOnLastPage

public java.util.ArrayList<StiFooterBand> FootersOnLastPage

HierarchicalFooters

public java.util.ArrayList<StiFooterBand> HierarchicalFooters

GroupHeaderResults

public boolean[] GroupHeaderResults

GroupFooterResults

public boolean[] GroupFooterResults

ReportTitles

public java.util.ArrayList<StiReportTitleBand> ReportTitles

ReportSummaries

public java.util.ArrayList<StiReportSummaryBand> ReportSummaries

storedParentPointer

public StiBookmark storedParentPointer

StoredParentBookmark

public StiBookmark StoredParentBookmark
Constructor Detail

StiDataBandInfoV2

public StiDataBandInfoV2()
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class StiComponentInfo