com.stimulsoft.report.components.bands
Class StiDataBandInfoV2
java.lang.Object
com.stimulsoft.report.engine.StiComponentInfo
com.stimulsoft.report.components.bands.StiDataBandInfoV2
- All Implemented Interfaces:
- java.lang.Cloneable
public class StiDataBandInfoV2
- extends StiComponentInfo
Method Summary |
java.lang.Object |
clone()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
StiDataBandInfoV2
public StiDataBandInfoV2()
clone
public java.lang.Object clone()
- Overrides:
clone
in class StiComponentInfo