Visual Studio 2010 Reporting Services Projects?

前端 未结 4 1995
轮回少年
轮回少年 2021-02-13 06:53

So, it seems that Visual Studio 2010 does not support SSRS projects. At least not old ones.. Does anyone know what the status on this situation is and whether one can author new

4条回答
  •  故里飘歌
    2021-02-13 07:51

    According to the release notes of the upcoming release of SQL Server 2012,

    In SQL Server 2012, SQL Server Data Tools (SSDT) is an add-in to Visual Studio 2010. Report server projects created in SQL Server 2008 R2 can be opened directly into SQL Server Data Tools (SSDT). Projects created in SQL Server 2008 are automatically upgraded when opened in SQL Server Data Tools (SSDT). For ease of managing your existing and new report server projects, you can continue to add projects created in SQL Server 2008 R2 and SQL Server 2008 to a SQL Server 2012 business intelligence solution.

    You can also continue to open and edit reports that use the 2005 and 2008 RDL schemas in SQL Server Data Tools (SSDT). However, if you add a report item that is not compatible with the schema used by a report, the report will be automatically upgraded to the 2010 RDL schema.

    What's New (Reporting Services)

提交回复
热议问题