Class | Description |
---|---|
BBJasper | Provides utility functions for BBJasper modules |
BBJasperCSVExporter | Provides BBJasper CSV exporter operations |
BBJasperColumnarTemplate | BBJasperColumnarTemplate class Lays out the report in a columnar fashion. |
BBJasperDOCXExporter | Provides BBJasper DOCX exporter operations |
BBJasperDesign | A BBj wrapper class for designing a dynamic BBJasper report. There is also a CALL interface using ::bbjasperdesigner.bbj::generateReport with the following ENTER parameters: p_report! : (out) The generated JasperReport Object p_baseTemplate$: (in) Template file path used to generate the JRXML file p_jrxmlFile$ : (in) Name of the JRXML file to be generated (defaults to 'SampleDesign.jrxml') p_reportName$ : (in) The name of the report (defaults to 'SampleDesign') p_colMapVec! : (in) Vector of column hashmaps, each containing the column's attributes (NAME, LABEL, LENGTH, TYPE, MASK, JUSTIFICATION, EXPRESSION) p_templateType$: (in) Type of template, where P=Portrait tabular, L=Landscape tabular, C=Columnar, defaulting to 'P' |
BBJasperDesigner | Simple example of a dynamic BBJasper report designer. |
BBJasperExporter | Provides more granular control of BBJasper export operations |
BBJasperExporterParameter | Provides control of BBJasper exporter paramter operations. Replaces net.sf.jasperreports.engine.JRExporterParameter |
BBJasperFill | Fills a JasperReport with data |
BBJasperHTMLExporter | Provides BBJasper HTML exporter operations |
BBJasperHtmlResourceHandler | |
BBJasperHyperlink | |
BBJasperODSExporter | Provides BBJasper ODS exporter operations |
BBJasperODTExporter | Provides BBJasper ODT exporter operations |
BBJasperPDFExporter | Provides BBJasper PDF exporter operations |
BBJasperPPTXExporter | Provides BBJasper PPTX exporter operations |
BBJasperPrint | Provides methods to print and export both server and client JasperPrint objects |
BBJasperPrintChromaticity | Provides print chromaticity operations |
BBJasperPrintMediaSizeName | Provides for print media size operations |
BBJasperPrintMediaTray | Provides print media tray operations |
BBJasperPrintOrientation | Provides print orientation operations |
BBJasperPrintQuality | Provides print quality operations |
BBJasperPrintServiceExporter | Provides for print service export operations |
BBJasperPrintServiceExporterParameter | Provides control of BBJasper print server exporter paramter operations. Replaces net.sf.jasperreports.engine.export.JRPrintServiceExporterParameter |
BBJasperPrintSides | Provides print sides operations |
BBJasperProgress | Shows a cancelable progress window while a JasperReport is being filled with data |
BBJasperRTFExporter | Provides BBJasper RTF exporter operations |
BBJasperReport | Creates a JasperReport to view, print, or save to file in various formats. To determine which Jaspersoft Studio version is supported in BBj, check the version number that is included in the name of the {bbj install dir}/lib/jasperreports-javaflow-*.jar. For example, jasperreports-javaflow-6.1.0.jar means that this installed version of BBj is compatible with the 6.1.0 version of Jaspersoft Studio. |
BBJasperTXTExporter | Provides BBJasper TXT exporter operations |
BBJasperTabbedView | Displays a JasperReport in a tabbed view |
BBJasperTabularLandscapeTemplate | BBJasperTabularLandscapeTemplate class Lays out the report in a landscape tabular fashion. |
BBJasperTabularTemplate | BBJasperTabularTemplate class Lays out the report in a portrait tabular fashion. |
BBJasperTemplate | BBJasperTemplate base class A template is a .jrxml file which is used as a layout basis for further report design. |
BBJasperView | Displays a JasperReport in a view |
BBJasperViewerControl | BBJasperViewerControl Displays a JasperReport in a child window where the user can view it, perform drill downs, save it to disk in various formats, and print it In BBj 12.0 the BBJasperViewerControl utility was re-written in BBj native code to enable the ability to be run in BUI |
BBJasperViewerWindow | Displays a JasperReport in a window where the user can view it, save it to disk in various formats, and print it |
BBJasperXHTMLExporter | Provides BBJasper XHTML exporter operations |
BBJasperXLSExporter | Provides BBJasper XLS exporter operations |
BBJasperXLSXExporter | Provides BBJasper XLSX exporter operations |
BBJasperXMLExporter | Provides BBJasper XML exporter operations |
BBjFileRepositoryService | |
DatabaseType | DatabaseType class |
DesignType | DesignType base class |
FindElement | |
ProcedureParam | ProcedureParam class |
ProcedureType | ProcedureType class |
TableType | TableType class |