Package 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.

See:
          Description

Interface Summary
DrillDownSubreportEventListener Listener for the DrillDownSubreportEventArgs object.
DrillEventListener Listener for drill events.
DrillReportPartsEventListener This class provides a listener for DrillReportPartsEvents.
NavigateEventListener This interface provides the listener for navigate events.
ReportSourceChangeEventListener This interface provides a listener for changes in a report source.
ToolbarCommandEventListener This interface provides a listener for the ToolbarCommandEventArgs object.
 

Class Summary
CrHtmlUnitEnum This class allows you to specify the units used to determine the group tree width.
CrPrintMode This class contains constants that specify the type of printing the viewer will use when the user clicks on the print button.
CrystalImageCleaner This class is used to periodically scan the temporary directory to delete image files that were created by the viewer but were not subsequently deleted.
CrystalReportPartsViewer This class provides the functionality to view individual report parts, such as chart, text, or field objects.
CrystalReportViewer This class allows you to display a report in HTML and manipulate the view of the report.
CrystalReportViewerBase This class provides listeners for the report viewer, as well as providing methods for getting and setting hyperlink targets.
DrillDownSubreportEventArgs This class provides arguments for the DrillDownSubreportEventListener interface.
DrillEventArgs This class provides event arguments for the DrillEventListener interface.
DrillReportPartsEventArgs This class provides arguments for the DrillReportPartsEventListener.
NavigateEventArgs This class provides event arguments for the NavigateEventListener interface.
ReportExportControl This class provides exporting functionality.
ReportPartBookmarkNavigationEventArgs This class provides event arguments for the IReportPartBookmarkNavigationEventListener.
ReportServerControl This class allows you to manage how reports interact with the server.
ToolbarCommandEventArgs This class provides event arguments for the ToolbarCommandEventListener.
ViewerEventArgs This class provides event arguments for the viewer.
ViewInfo This class provides more information for the client when handling an event.
 

Package com.crystaldecisions.report.web.viewer Description

This package contains the key functionality for the display and behavior of the viewers, including report source information, event listeners, and event arguments. Some of the major classes include:

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.

Related Documentation