Viewing jasper reports on client side in vaadin application

I am working on a vaadin application in which I have to use JasperReports. Now what I want is to whenever a report is generated, it should be viewed in JasperViewer. But problem is that the JasperViewer runs only on server side but not on client side, and i want something which I can use to view report at client side. Is there any way for this. Thanks.