ペンタホは初めてです。
iframeでpentahoreportviewerを使用してレポートを表示しようとしていますが、.prptファイルを使用してレポートをロードしています。
iframeで次のURLを使用しました
http://172.20.10.30:8080/pentaho/content/reporting/reportviewer/report.html?solution=steel-wheels&path=%2Freports&name=Inventory.prpt&userid=joe&password=password
ブラウザで上記のURLを呼び出すと、レポートが表示されます。上記のコードの問題はわかりません。
聞くのは私のIframeコードです
<html>
<head>
<title>Sensatron Issue Testing</title>
</head>
<body>
<p><strong></strong><b> Sensatron Issue Testing.</b></p>
<iframe width="1300px" height="750px" src="http://172.20.10.30:8080/pentaho/content/reporting/reportviewer/report.html?solution=steel-wheels&path=%2Freports&name=Inventory.prpt&userid=joe&password=password" name="Bharat" >
</iframe><br>
<br>
</body>
</html>
結果:iframeが空
Pentahoサーバーとそのバージョン。
私はpentahoBIserver4.5を使用して、.prptファイルを使用してレポートを生成します
前もって感謝します。