我正在使用rsweb:ReportViewer在aspx页面上显示SSRS报告。页面上的所有其他图像通过将图像大小调整为适当的大小来响应将页面大小调整为移动设备大小。有谁知道如何使用rsweb实现这一点:ReportViewer?
<rsweb:ReportViewer ID="AMReportViewer" runat="server" Font-Names="Verdana" Font-Size="8pt" ProcessingMode="Remote" ShowBackButton="False" ShowExportControls="False" ShowFindControls="False" ShowPageNavigationControls="False" ShowPrintButton="False" ShowRefreshButton="False" ShowZoomControl="False" SizeToReportContent="True" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt">
<ServerReport ReportPath="REPORT" ReportServerUrl="SERVER" />
</rsweb:ReportViewer>