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) 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
I didnt know if this was possible. Short and simple steps.
ReplyDelete