简体   繁体   English

带有ASP.NET报表查看器的SSRS 2005

[英]SSRS 2005 with ASP.NET Report Viewer

Hi unfortunately we only have SQL Server 2005 so I am stuck with SSRS 2005. I have created a report and runs as expected. 嗨,很不幸,我们只有SQL Server 2005,因此我对SSRS 2005感到困惑。我创建了一个报告,并按预期运行。

I have an issue though. 我有一个问题。 When I combine it with the Microsoft Report Viewer it's width is shrunk. 当我将其与Microsoft Report Viewer结合使用时,其宽度会缩小。 I have noticed this comes back to normal if I force my app to use IE7 however then i'm on a whole totally different issue with the site not looking quite right and some of the Ajax functionality does not work slickly as I would like it. 我已经注意到,如果我强制我的应用程序使用IE7,这将恢复正常,但是那时我处在一个完全不同的问题上,该网站看起来不太正确,并且某些Ajax功能无法如我所愿地流畅运行。 Is there anything I can do? 有什么我可以做的吗?

Looking at the HTML it looks as if the SSRS report is adding a table and a column after my report. 查看HTML,似乎SSRS报告在我的报告后添加了表格和列。 Can anyone help remove this, as it does not look professional? 任何人都可以帮助删除它,因为它看起来并不专业?

Change the settings in your report's textboxes (or other objects) to have 更改报告文本框(或其他对象)中的设置

.CanGrow = false
.CanShrink = false

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

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