![]() |
RTView®
User Guide |
Reporting RTView has two methods for quickly exporting reports of your displays to a printable PDF file: Automatic Report Generation and On Demand Reporting. Both types of reports can be localized. The Automatic Report Generation and On Demand Reporting reporting methods provide the following formats: Display - With this option an image of a display is exported. Report - With this option a image of a display is exported onto the first page followed by at least one page for each table or object grid in the display. As many pages as are necessary to show all the data in each table or object grid are included in the report. This enables you to view all data in a table or object grid that you otherwise must use a scrollbar to see. If there are no tables or object grids in your display, you will only get a image of the display. Automatic Report Generation - Use this to create reports for multiple displays from the command line using a report configuration file. On Demand Reporting - Use this to export reports a single display from within an RTView application. On Demand Reporting Generating
Reports with the Display Builder Display - Right-click on the display to export and select Export>Display. Report - Right-click on the display to export and select Export>Report. NOTE: Export>Report / Display
from the file menu will export the display in the main window of the Display
Builder. Generating
Reports with the Display Viewer
Display - Right-click on the display to export and select Export>Display. Report - Right-click on the display to export and select Export>Report. NOTE: Export>Report / Display from the file menu will export the display in the main window of the Display Viewer. If you are using multiple display panels, the display that will be exported depends on the layout:
Generating Reports with the Rich Client
Browser Display - Right-click on the display to export and select Export>Display. Report - Right-click on the display to export and select Export>Report. NOTE: In order to generate reports from
the Rich Client Browser, you must setup the
rtvreport servlet.
Generating Reports with the Thin Client
Browser Display - Right-click on the display to export, select Export PDF and choose Display in the Page Setup dialog. Report - Right-click on the display to export, select Export PDF and choose Report in the Page Setup dialog.
Localizing Reports To localize the headers and footers of your
exported reports: 2. Copy the rtvreport.properties file into the directory where you start the RTView application. Typically, this is where the display (.rtv) files used by your application reside. 3. Open the rtvreport.properties file you just copied in a text editor and edit the following properties as needed :
#pdf.header.left=
pdf.footer.left= The following example rtvreport.properties file contains the default values and initial values. Where:
### = current page number Example:
NOTE: To use a single rtvreport.properties
file for multiple applications in different directories, use the RTV_USERPATH
environment variable to define a classpath that includes a reference to where
the rtvreport.properties file resides, as the rtvreport.properties
file is a properties file that is read from the classpath at runtime. |
|
|
|