Visual Studio 2010 中缺少商业智能项目类型
当我使用 Visual Studio 2008 并做一个新项目时,我可以选择项目类型作为商业智能项目。从这里我可以选择一个报表服务器项目。
我注意到在 Visual Studio 2010 中,这种情况不再存在。尝试进行一些谷歌搜索并得到以下结果:
但它可能已经过时了。我知道这些东西通常来自 SQL Server 而不是 Visual Studio,但我也安装了 SQL Server 2008(本地开发人员版本)。
那么我们是否有任何 Visual Studio / SQL Server MS 人员可以帮助解决此类问题。我不想创建 C# 报告项目。
When I use visual studio 2008 and do a new project I can select the type of project as Business Intelligence project. From here I can select a report server project.
I noticed that with visual studio 2010, this does not exist any longer. Tried doing some googling about it and got this:
But it may be outdated. I know this stuff usually comes from SQL Server not Visual Studio, but I have SQL Server 2008 installed as well (Developers edition locally).
So do we have any Visual Studio / SQL Server MS folks that can help with something like this. I do not want to create a C# report project.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只要读到 SQL 团队通常落后于 vs.net 团队。所以你必须使用Visual Studio 2008来开发报表。我想 SQL 的下一个版本应该会给 VS 带来一个附加功能。
另请参阅 MSDN 中的图表:
Just read that the SQL team is generally behind the vs.net team. So you have to use Visual Studio 2008 to develop reports. I guess the next version of SQL should bring an add on to VS.
See the graph also from MSDN:
您需要安装带有 Reporting Services 的 SQL Server 2012 才能在 Visual Studio 2010 中启用商业智能项目。
您还需要安装 SSDT for Visual Studio 2010 才能进行同样的工作。
You need to install SQL Server 2012 with Reporting Services to enable Business Intelligence projects in Visual Studio 2010.
You also need to install SSDT for Visual Studio 2010 to work on the same.