Kindly can anyone let me know about how to add print button in report page in cognos version 11.
Thanks & Regards,
Hi,
Try the below,
<input type="button" onClick="window.print()" value="Print This Page"/>
Good luck
New guy
Thank You. I have used the same code in html item. Since, print only prints first page i have instead used drill through to the same report with run option as pdf format. User can now print in pdf.