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