vijai123 Posted March 22, 2011 Posted March 22, 2011 Hi, Is it possible to customize the JasperViewer?If it is possible then tell me 1)How to change the title name of the jasperviewer.(By default it is JasperViewer).2)How to view all the pages in the report by scrolling.(By default we can move to next page by clicking the arrow button).
manojbest Posted June 2, 2011 Posted June 2, 2011 Jasper Viewer extends the JFrame class So you can pass your required tille into JFrames setTitle method since it is inherited.setTitle("myReport");
islam_shady Posted June 25, 2011 Posted June 25, 2011 you can build your JFrame and make any customization to it , then use the below line: jframe.setContentPane(jasperViewer.getContentPane());
islam_shady Posted June 25, 2011 Posted June 25, 2011 vijai123Wrote: 2)How to view all the pages in the report by scrolling.(By default we can move to next page by clicking the arrow button). Dears, I am waiting a reply on this Item badly.thanks for your help.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now