public class BBJasperTemplate
BBJasperTemplate base class
A template is a .jrxml file which is used as a layout basis for further report design.
Constructor and Description |
---|
BBJasperTemplate(BBjString p_file$) Constructor Constructs a BBJasperTemplate object using a given template file path |
Modifier and Type | Method and Description |
---|---|
void | layoutReport(BBJasperDesign p_bbJasperDesign!) layoutReport Lays out the report. This should be abstract, as by default, there will be no layout performed. |
public BBjString File$
public BBJasperTemplate(BBjString p_file$)
Constructor Constructs a BBJasperTemplate object using a given template file path
p_file$
Path to .jrxml template filepublic void layoutReport(BBJasperDesign p_bbJasperDesign!)
layoutReport Lays out the report.
This should be abstract, as by default, there will be no layout performed.
p_bbJasperDesign!
BBJasperDesign object