|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
See:
Description
| Packages | |
| com.crystaldecisions.report.htmlrender | This package contains classes for the rendering events in the DHTML report page viewer and the report parts viewer. |
| com.crystaldecisions.report.web | This package contains the class ServerControl, which is an abstract class.
|
| com.crystaldecisions.report.web.jsf | This package contains the UIReportPageViewer class which provides the JSF version of the DHTML report page viewer.
|
| com.crystaldecisions.report.web.viewer | This package contains the key functionality for the display and behavior of the viewers, including report source information, event listeners, and event arguments. |
| com.crystaldecisions.sdk.occa.report.gridcontent | This package contains the GridColumn and GridColumnCollection classes.
|
| com.crystaldecisions.sdk.occa.report.partsdefinition | This package contains classes used to define the report parts and drill-down paths for the
CrystalReportPartsViewer.
|
This documentation covers the Viewer Java SDK. The Viewer Java SDK contains lightweight components intended to provide web developers with versatile tools for displaying reports inside JSP pages using DHTML. These components offer properties that you can use to control actions such as displaying buttons or displaying a group tree, page, or toolbar. They also support event handling, exporting, printing, displaying multiple viewers in the same page, and both automatic and developer-specified prompting for database or parameter information.
These lightweight components include the Java viewers that inherit functionality from the
ReportServerControl Object.
The viewers do not require frames and can co-exist with other HTML that you wish to display on the same
page as the report. Each viewer provides different capabilities.
| Class | Description |
ReportServerControl |
Provides the ability to log on to the database or BusinessObjects Enterprise, pass parameters or the selection formula, and define the report source. |
ReportExportControl |
Provides exporting functionality including the ability to preview an exported report or save an exported report to disk. |
CrystalReportViewer |
Provides basic viewer capabilities. Can also produce output in PDA format. |
CrystalReportInteractiveViewer |
Provides all the capabilities of the Java report page viewer, plus the ability to do an Advanced search on the current report. |
GridViewer |
Provides the ability to view data from a report in a table format that is independent of the original formatting. |
CrystalReportPartsViewer |
Provides the ability to view individual report parts (charts, text, or fields). Can also produce output in mobile and PDA format. |
Crystal Reports also provides a
CrystalReportSmartTagInfoParser
Object that is used in conjunction with the Java report page or Java report part viewers to parse smart tags.
Note: To create or modify a particular report through the RAS SDK, you must have the appropriate license key code, as well as rights to view, refresh, edit, and export the report. For details, see the BusinessObjects Enterprise Administrator’s Guide.
Note: It is recommended that you perform your own garbage collection at the application level. The Viewer Java SDK does not handle its own garbage collection.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||