Hi,
If you want to print a web Interface explicitly you can use some javascript “code” and combine it with browser inbuilt “print” functionality
Step 1 : Just put a Html widget on your web interface.
Step 2: Put below code in "html script" and you are done –
<input type="button" value="Print" onclick="window.print()" />
Apart from this For web interface report/collection report/process report “print” is a default inbuilt feature. So for that you don’t need to put some extra effort in that.
Regards,
Sumit Kumar,
Fujitsu RunMyProcess.