Hi Fernando,
I used this code in my irpt page:
<!DOCTYPE HTML>
<HTML>
<HEAD>
<TITLE>Your Title Here</TITLE>
<META http-equiv="X-UA-Compatible" content="IE=edge">
</HEAD>
<BODY>
<embed type="text/xml" src="/XMII/Runner?Transaction=Default/trans1&OutputParameter=OutputParameter1&Content-Type=text/xml">
</BODY>
</HTML>
Note:
My transaction name is trans1 and is present in Default project.
Thus namespace of the transaction is 'Default/trans1'
And Output Param of my transaction is named OutputParameter1 and is of type xml.
Regards,
Rohit Negi.