別のレポート (詳細、「クリックスルー」レポート) にリンクするハイパーリンク列 (合計数) を含むレポートがあります。メイン レポートはすべての列で正常に表示されますが、ハイパーリンク列のリンクをクリックすると、同じウィンドウに別のレポートが開き、正しく表示されません。約 400px の幅で右に配置され (ReportViewer の合計 100% の幅を埋めていないため、400px がどこから来るのかわかりません)、ページ フッター div が重なっています (フッターはオンにする必要があります)。ページの一番下)。
ReportViewer 11 を使用しています。これは ReportViewer の設定です。
<div style="width: auto; height: 100%;">
<center>
<rsweb:ReportViewer ID="ReportViewer1" runat="server" ZoomMode="PageWidth" Font-Names="Verdana" Font-Size="8pt"
BackColor="#F8F8F8" ShowPrintButton="true"
AsyncRendering="False" SizeToReportContent="True" ProcessingMode="Remote" ShowParameterPrompts="False" ShowToolBar="True"
ShowCredentialPrompts="False" ShowFindControls="False" ShowZoomControl="False">
</rsweb:ReportViewer>
</center>
</div>
メインレポートのように、正しく表示したかったのです。ここで何が問題になる可能性がありますか?