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

1 comment:

  1. I didnt know if this was possible. Short and simple steps.

    ReplyDelete