public class BBJasperExporter extends Object
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()
Creates a empty BBJasperExporter object
|
Modifier and Type | Method and Description |
---|---|
HashMap@ |
getClientParameters()
Returns client export parameters
|
Object |
getParameter(JRExporterParameter p_exportParameter!)
Returns a export parameter value
|
HashMap |
getParameters()
Returns export parameter values
|
void |
setCharacterEncoding(BBjString p_characterEncoding$)
Sets the character encoding for export operations
|
void |
setEndPageIndex(BBjNumber p_endPageIndex)
Sets the ending page index for export operations
|
void |
setPageIndex(BBjNumber p_pageIndex)
Sets the page index for export operations
|
void |
setParameter(JRExporterParameter p_exportParameter!,
Object p_value!)
Set a report parameter value
|
void |
setStartPageIndex(BBjNumber p_startPageIndex)
Sets the starting page index for export operations
|
public static BBjString CLIENT_FILE_NAME_PROPERTY$
public static BBjString AUX_FILES_DIR$
public BBJasperExporter()
public void setCharacterEncoding(BBjString p_characterEncoding$)
p_characterEncoding$
- Specifies the character encoding to use for the export operationpublic void setPageIndex(BBjNumber p_pageIndex)
p_pageIndex
- Specifies the page index for the export operationpublic void setStartPageIndex(BBjNumber p_startPageIndex)
p_startPageIndex
- Specifies the starting page index for the export operationpublic void setEndPageIndex(BBjNumber p_endPageIndex)
p_endPageIndex
- Specifies the ending page index for the export operationpublic Object getParameter(JRExporterParameter p_exportParameter!)
p_exportParameter!
- Export parameter to return the value forObject
- which is export parameter valuepublic HashMap getParameters()
public HashMap@ getClientParameters()
public void setParameter(JRExporterParameter p_exportParameter!, Object p_value!)
p_exportParameter!
- Export parameter to set the value forp_value!
- Export parameter object value