Showing posts with label Print Button in Cognos. Show all posts
Showing posts with label Print Button in Cognos. Show all posts

Thursday, 9 January 2014

Print Button in Cognos

We can add Print button in Cognos report using Java Script. This can be achieved by following steps

(1) Add a HTML item to the report
(2) Give below code

<button type="button" onClick="window.print(); return false;">Print Report</button>

(3) Run the report