简体   繁体   中英

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.

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

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>

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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