webform上的报表查看器看起来很糟糕

时间:2015-02-27 22:19:03

标签: html object reportviewer rdlc export-to-pdf

我正在开发一个网络应用程序,我需要为用户显示报告

发布报告看起来在网络上搞砸了,但是当我将其导出为pdf时,看起来它的格式正确。

在网络上报告观看次数

enter image description here

当我将同一报告导出为pdf

enter image description here

我不确定出现了什么问题,我把它展示给了我的经理,他说这是一个html错误,而且该框是另一个必须包含在表中的对象是什么意思?我怎么把那些桌子放进盒子里?是否会影响从导出创建的pdf文件。

感谢任何帮助

1 个答案:

答案 0 :(得分:0)

我有一个类似的问题。它与主页面CSS有关。如果您在规则中的任何位置指定了TABLE,那么报表将会将其选中。

我这样做了,非常欢迎您尝试

 <div style="background-color: white">
                       <rsweb:ReportViewer   ID="rptViewer" runat="server" Width="100%" BorderStyle="None" ClientIDMode="Static" 
                           ShowBackButton="False" ShowCredentialPrompts="False" ShowDocumentMapButton="False" 
                           ShowFindControls="False" ShowParameterPrompts="False"
                            ShowRefreshButton="False" SizeToReportContent="True"
                            ToolBarItemBorderStyle="None" BackColor="White"
                            BorderColor="White" ShowPageNavigationControls="False" ShowPromptAreaButton="False" ShowZoomControl="True" ExportContentDisposition="AlwaysInline">
                                                   </rsweb:ReportViewer>
                        </div>