public class BBJasperExporter
Provides more granular control of BBJasper export operations
Modifier and Type | Field and Description |
---|---|
static BBjString | AUX_FILES_DIR$ Directory to store aux files such as images for exports |
static BBjString | CLIENT_FILE_NAME_PROPERTY$ Property name for the client file for exports |
Constructor and Description |
---|
BBJasperExporter() Constructor Creates a empty BBJasperExporter object |
Modifier and Type | Method and Description |
---|---|
Object | getParameter(BBjString p_exportParameter$) getParameter Returns a export parameter value |
HashMap | getParameters() getParameters Returns export parameter values |
void | setCharacterEncoding(BBjString p_characterEncoding$) setCharacterEncoding Sets the character encoding for export operations |
void | setEndPageIndex(BBjNumber p_endPageIndex) setEndPageIndex Sets the ending page index for export operations |
void | setPageIndex(BBjNumber p_pageIndex) setPageIndex Sets the page index for export operations |
void | setParameter(BBjString p_exportParameter$, Object p_value!) setParameter Set a report parameter value |
void | setReportConfiguration(net.sf.jasperreports.engine.JRAbstractExporter p_exporter!, net.sf.jasperreports.export.SimpleReportExportConfiguration p_simpleReportExportConfiguration!) setReportConfiguration Sets a simple report configuration from parameters |
void | setReportConfiguration(JRAbstractExporter@ p_exporter!, SimpleReportExportConfiguration@ p_simpleReportExportConfiguration!) setReportConfiguration Sets a simple report configuration from parameters |
void | setStartPageIndex(BBjNumber p_startPageIndex) setStartPageIndex Sets the starting page index for export operations |
public static BBjString AUX_FILES_DIR$
Directory to store aux files such as images for exports
public static BBjString CLIENT_FILE_NAME_PROPERTY$
Property name for the client file for exports
public BBJasperExporter()
Constructor Creates a empty BBJasperExporter object
public Object getParameter(BBjString p_exportParameter$)
getParameter Returns a export parameter value
p_exportParameter!
Export parameter to return the value forObject
which is export parameter valuepublic HashMap getParameters()
getParameters Returns export parameter values
public void setCharacterEncoding(BBjString p_characterEncoding$)
setCharacterEncoding Sets the character encoding for export operations
p_characterEncoding$
Specifies the character encoding to use for the export operationpublic void setEndPageIndex(BBjNumber p_endPageIndex)
setEndPageIndex Sets the ending page index for export operations
p_endPageIndex
Specifies the ending page index for the export operationpublic void setPageIndex(BBjNumber p_pageIndex)
setPageIndex Sets the page index for export operations
p_pageIndex
Specifies the page index for the export operationpublic void setParameter(BBjString p_exportParameter$, Object p_value!)
setParameter Set a report parameter value
p_exportParameter!
Export parameter to set the value forp_value!
Export parameter object valuepublic void setReportConfiguration(net.sf.jasperreports.engine.JRAbstractExporter p_exporter!, net.sf.jasperreports.export.SimpleReportExportConfiguration p_simpleReportExportConfiguration!)
setReportConfiguration Sets a simple report configuration from parameters
p_simpleReportExportConfiguration!
specifies the simple report configuration objectpublic void setReportConfiguration(JRAbstractExporter@ p_exporter!, SimpleReportExportConfiguration@ p_simpleReportExportConfiguration!)
setReportConfiguration Sets a simple report configuration from parameters
p_simpleReportExportConfiguration!
specifies the simple report configuration objectpublic void setStartPageIndex(BBjNumber p_startPageIndex)
setStartPageIndex Sets the starting page index for export operations
p_startPageIndex
Specifies the starting page index for the export operation