visual-studio Visual Studio 2010 中缺少商业智能项目类型
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2931766/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Missing Business Intelligence Project type in Visual Studio 2010
提问by JonH
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.
当我使用 Visual Studio 2008 并做一个新项目时,我可以选择项目类型作为商业智能项目。从这里我可以选择一个报表服务器项目。
I noticed that with visual studio 2010, this does not exist any longer. Tried doing some googling about it and got this:
我注意到在 Visual Studio 2010 中,这不再存在。尝试对它进行一些谷歌搜索并得到这个:
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).
但它可能已经过时了。我知道这些东西通常来自 SQL Server 而不是 Visual Studio,但我也安装了 SQL Server 2008(本地开发人员版)。
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.
那么我们是否有任何 Visual Studio / SQL Server MS 人员可以帮助解决此类问题。我不想创建 C# 报告项目。
采纳答案by JonH
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.
刚刚读到 SQL 团队通常落后于 vs.net 团队。所以你必须使用 Visual Studio 2008 来开发报表。我猜 SQL 的下一个版本应该会增加 VS。
See the graph also from MSDN:

另请参阅 MSDN 中的图表:

回答by sansy
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.
您需要安装带有 Reporting Services 的 SQL Server 2012 才能在 Visual Studio 2010 中启用商业智能项目。您还需要为 Visual Studio 2010 安装 SSDT 才能处理相同的项目。

