简体   繁体   English

使用Visual Studio 2010开发SSRS报告

[英]Development of SSRS reports using Visual Studio 2010

I am developing some reports in SSRS (SQL Server 2008 R2). 我正在SSRS(SQL Server 2008 R2)中开发一些报告。 I have given application access by the client which has Visual Studio 2010 installed. 我已经安装了Visual Studio 2010的客户端授予了应用程序访问权限。

My Question: 我的问题:

  • Can Visual Stuido 2010 (or 2008) be helpful in developing SQL Reports? Visual Stuido 2010(或2008)对开发SQL报表有帮助吗? if Yes, please guide. 如果是,请指导。

  • What are the prerequiesties required to develop a report through SSRS? 通过SSRS制定报告需要哪些先决条件? I need to inform client about any required installation. 我需要通知客户端任何必需的安装。 Please Note: I would be developing reports through report builder (99% assured) 请注意:我将通过报告生成器来开发报告(99%保证)

  • Is SO the correct place to post this question or should i post in database site of Stack Exchange. SO是发布此问题的正确位置还是我应该在Stack Exchange的数据库站点中发布。

Please guide! 请指导! Any Questions? 任何问题? Please respond. 请回复。

Thanks! 谢谢!

If you want to develop SSRS Reports you need to install BIDS (Business Intelligence Development Studio) to create the .rdl files. 如果要开发SSRS报告,则需要安装BIDS(Business Intelligence Development Studio)来创建.rdl文件。

Sadly VS2010 can only create .rdlc files so you cant use VS2010 to develop reports to deploy to SSRS 2008. 遗憾的是,VS2010只能创建.rdlc文件,因此您无法使用VS2010开发报告以部署到SSRS 2008。

The difference between these is that .rdl is a server controlled report and .rdlc is a client controlled report. 它们之间的区别在于.rdl是服务器控制的报告,而.rdlc是客户端控制的报告。

As for if VS2010 can be usefull, well you could write your SQL using it but I always just use Management Studio and BIDS 2008 or 2005. 至于VS2010是否有用,那么您可以使用它编写SQL,但我始终只使用Management Studio和BIDS 2008或2005。

You can now use Visual Studio 2010 to edit and deploy reports (.rdl). 现在,您可以使用Visual Studio 2010编辑和部署报告(.rdl)。 I don't know if there are differences which would not work once deployed but I tested a change to a previously made report (VS2008/SQL 2008 R2) and deployed it and it worked fine. 我不知道一旦部署后是否存在差异,但我测试了对先前制作的报告(VS2008 / SQL 2008 R2)的更改并部署它并且它工作正常。

BIDS has also been renamed SQL Server Data Tools. BIDS也被重命名为SQL Server数据工具。

Are SSRS Reports supported in Visual Studio 2010 or 2012? 是否在Visual Studio 2010或2012中支持SSRS报告?

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

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