| Interface | Description |
|---|---|
| FwdReport |
Interface for a report implemented as 4GL syntax extension.
|
| JasperDataSource |
Data source for a FWD Jasper report.
|
| PdfProvider |
The interface describing class used as source to create JasperReports based PDF report.
|
| XprTag |
The interface defining the string values to detect the XPR tags.
|
| Class | Description |
|---|---|
| BrowseJasperDataSource |
Data source for a FWD Jasper report backed by a browse.
|
| BrowseJasperReportTemplate |
Template for a Jasper report design, used by a browse.
|
| BrowseReportKey |
Key that is unique across browses with the same structure and design template.
|
| FwdJasperExtensionRegistry |
FWD registry of JasperReports extensions.
|
| FwdJasperExtensionRegistryFactory |
Factory of
FwdJasperExtensionRegistry instances. |
| FwdJasperRepositoryService |
Repository service which allows to get Jasper files using FWD infrastructure.
|
| JasperReportWrapper |
Jasper reporting facility implemented as 4GL syntax extension.
|
| Metafile |
The class to provide single GDI metafile service to finally compile and show the PDF document.
|
| MetafileHelper |
A helper class to convert and show a generic GDI metafile as a PDF document.
|
| MetafileHelper.ContextContainer |
Simple container that stores and returns a context-local instance of
the global work area.
|
| MetafileHelper.WorkArea |
Stores global data relating to the state of the current context.
|
| QueryJasperDataSource |
Data source for a FWD Jasper report backed by a query.
|
| ReportFactory |
Factory providing reporting capabilities to 4GL.
|
| Xpr2PdfWorker |
The object prepares the data structures required to build consistent Jasper report object and
initiates the process of generating output PDF file via Jasper API.
|
| XprEntity |
The object collecting all initial data for given XPR file.
|
| XprHelper |
The frontend for converted code to make different reports from xpr files generated by 4GL code
to print via xPrint library.
|
| XprObjBarcode |
The barcode object inside XPR file.
|
| XprObjBase |
The single object inside XPR file.
|
| XprObjBookmark |
The bookmark object inside XPR file.
|
| XprObjFilledRectangle |
The single filled rectangle object inside XPR file.
|
| XprObjGraphics |
The single graphics object inside XPR file.
|
| XprObjImage |
The single image object inside XPR file.
|
| XprObjLine |
The single line object inside XPR file.
|
| XprObjRectangle |
The single rectangle object inside XPR file.
|
| XprObjText |
The text object inside XPR file.
|
| XprPageOptions |
The class representing single page options set/get facility for the cases we need different
option values for every new report page.
|
| Exception | Description |
|---|---|
| JasperReportException |
This exception should be thrown to indicate an error related to FWD facility wrapping Jasper
reports.
|
| JasperReportXmlSearchException |
This exception should be thrown to indicate an error while searching in XML representing a
Jasper report design.
|