hi, i am using birt report with jsp, here i need to open xls report. I got the same. but i need the standard toolbar which contain option to print.
or is there any other way to print the xls content.
i use the code as:
<birt:viewer
id="birtViewer"
reportDesign="report1.rptdesign"
pattern="frameset"
height="500"
width="800"
format="xls"
showToolBar="true"
>
</birt:viewer>
it didnt show the toolbar which contain print option. pls give me ur valuable idea....
thank u.