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 ([email protected])
- See Also:
JRBand
Method Summary |
JRBand[] |
getBands()
Returns the bands within the current section. |
getBands
JRBand[] getBands()
- Returns the bands within the current section.
Copyright © 2011. All Rights Reserved.