简体   繁体   English

ASP Report Viewer 11呈现问题

[英]ASP Report Viewer 11 Rendering issue

I'm trying to display a couple of our SSRS reports in an ASP webapp we'll use internally, I opted to go with local reports over remote, recreated one of them and put together a quick ASP forms site from the VS2012 template and a page with a report viewer control, the report seems to be rendering with a lot of extra space between the various gauges and graphs, below if a link to pictures of the report in report designer and report viewer in FireFox(it renders this way in Chrome and IE10 too), as you can see the amount of extra space isn't the same across all of the objects, and moving the gauge panels in the report to have less or more space between them has no affect, I tried it with a panel half way overlapping another and it displayed the same way in report viewer. 我试图在内部使用的ASP Web应用程序中显示几个SSRS报告,我选择通过远程使用本地报告,重新创建了其中的一个,并从VS2012模板和一个带有报告查看器控件的页面,报告似乎在各种量表和图形之间呈现出很多额外的空间,下面是指向报告设计器中的报告图片和FireFox中的报告查看器的链接(在Chrome中以这种方式呈现)和IE10),因为您可以看到所有对象之间的额外空间数量并不相同,并且将报表中的仪表盘移动到它们之间的更少或更多空间没有影响,我尝试了面板与另一面板重叠一半,并且在报表查看器中以相同的方式显示。

I've tried just about everything I can think of so wondering if anyone else has any ideas? 我已经尝试了几乎所有我能想到的东西,所以想知道其他人是否有任何想法?

Thanks in advance! 提前致谢!

https://picasaweb.google.com/110986692033703031755/ReportViewer?authuser=0&feat=directlink https://picasaweb.google.com/110986692033703031755/ReportViewer?authuser=0&feat=directlink

Here's the Report Viewer config: 这是报表查看器配置:

<asp:Content ID="LineReportViewer" ContentPlaceHolderID="MainContent" Runat="Server">
    <rsweb:ReportViewer ID="ReportViewer_Line_Overview" runat="server" Font-Names="Verdana" Font-Size="8pt" WaitMessageFont-Names="Verdana" WaitMessageFont-Size="14pt" Height="768px" Width="1280px" ShowToolBar="False" SizeToReportContent="True"  ShowWaitControlCancelLink="False">
        <LocalReport ReportPath="Reports\Line_Overview.rdlc" EnableExternalImages="True" EnableHyperlinks="True">
            <DataSources>
                <rsweb:ReportDataSource DataSourceId="Production_Data" Name="OEEView" />                </DataSources>
        </LocalReport>
    </rsweb:ReportViewer>

在页面检查器中,我能够找到几个空白表部分,它们被放置在两个量表和一个图表的旁边,我不知道它们为什么在那里,但是我删除并重新创建了受影响的报告部分,所有内容看起来现在好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM