This folder contains Java code samples showing how to use i-net Clear Reports viewer.
Shows how to remove the status bar from the viewer or to place your own status bar in its place.
Shows how to create a viewer and export a report without having to preview it.
Shows how to change the logging from the default System.out console log to a file, or also how to disable logging completely.
Shows how i-net Clear Reports viewer can display more than one report at once in different "report views", which by default are shown in different tabs in the viewer.
Shows how to print a report without having to preview it in the viewer first.
Shows how to stay informed about progress information, using a printing example to show how printing initialization, printing progress, and completion are all sent as events and can be handled by your own progress PropertyChangeListener.
Shows how simple it is to remove unwanted toolbar buttons from the viewer toolbar.
Shows how quickly you can customize viewer behavior by providing your own ViewerContext object. This specific example replaces the info button action with a custom action.
Shows how easy it is to integrate the i-net Clear Reports viewer in your own application.