net.sf.jasperreports.engine
Interface JRSection

All Superinterfaces:
java.lang.Cloneable, JRCloneable
All Known Implementing Classes:
JRBaseSection, JRDesignSection, JRFillSection

public interface JRSection
extends JRCloneable

Implementations of this interface represent various sections in the report template. A report can contain the following sections: detail. For each group defined in the report, there is a corresponding group header section and group footer section. Report sections consist of one or more bands.

Version:
$Id: JRSection.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
JRBand

Method Summary
 JRBand[] getBands()
          Returns the bands within the current section.
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 

Method Detail

getBands

JRBand[] getBands()
Returns the bands within the current section.



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com