vijai123 Posted March 22, 2011 Share 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). Link to comment Share on other sites More sharing options...
manojbest Posted June 2, 2011 Share 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"); Link to comment Share on other sites More sharing options...
islam_shady Posted June 25, 2011 Share Posted June 25, 2011 you can build your JFrame and make any customization to it , then use the below line: jframe.setContentPane(jasperViewer.getContentPane()); Link to comment Share on other sites More sharing options...
islam_shady Posted June 25, 2011 Share 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. Link to comment Share on other sites More sharing options...
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