Class JRBaseSection

java.lang.Object
net.sf.jasperreports.engine.base.JRBaseSection
All Implemented Interfaces:
Serializable, Cloneable, JRChangeEventsSupport, JRCloneable, JRSection
Direct Known Subclasses:
JRDesignSection

public class JRBaseSection extends Object implements JRSection, JRChangeEventsSupport, Serializable
Used for implementing section functionality. 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.
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also: