Class JasperReportBuilder

All Implemented Interfaces:
Serializable

public class JasperReportBuilder extends ReportBuilder<JasperReportBuilder>
The most used report builder for creating reports. It allows constructing and customizing the whole report content. A report consists of bands, columns, subtotals, groups, and other parts. Each part is created and configured using a particular builder method and it's passed to the report builder instance.
Author:
Ricardo Mariaca
See Also: