If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Print button in cognos version 11 report page

Started by sukanya, 22 Jun 2017 02:58:29 PM

Previous topic - Next topic

sukanya

Kindly can anyone let me know about how to add print button in report page in cognos version 11.

Thanks & Regards,

New_Guy

Hi,
Try the below,

<input type="button" onClick="window.print()" value="Print This Page"/>

Good luck
New guy

sukanya

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.