1
iframeを使用せずにmsレポートビューアを表示するために次のコードを書き直すことはできますか?Microsoft Report Viewerのiframe代替ですか?
<iframe id="Iframe1" runat="server" src="Pdf.aspx" scrolling="auto" width="100%" height="590" />
<rsweb:ReportViewer ID="someid" runat="server" Font-Names="Verdana" Font-Size="8pt" Visible="false"
ProcessingMode="Remote" Width="100%" ShowDocumentMapButton="false" DocumentMapWidth="15%" DocumentMapCollapsed="True" HyperlinkTarget="_top">
</rsweb:ReportViewer>
これは既存のアプリケーションであり、iframeを使用しているために壊れたくありません。CSSのメニューがブロックされています。