简体   繁体   English

Visual Studio 2015升级后,如何打开VS 2005报表项目?

[英]After Visual Studio 2015 upgrade, how do I open VS 2005 report projects?

Full disclosure, I had a minimum level of comfort with designing reports in VS 2005 (just enough to get the job done) and recently my computer was changed and I now have SSMS 2016 and VS2015 instead of SSMS 2008 and VS2005. 完全披露,我在VS 2005中设计报告时达到了最低程度的舒适度(刚刚完成工作),最近我的计算机已经更改,我现在拥有SSMS 2016和VS2015而不是SSMS 2008和VS2005。

I can't seem to open my reports, .rdl isn't even a listed file extension. 我似乎无法打开我的报告,.rdl甚至不是列出的文件扩展名。 If I go to the directory where the .rdl files are, I can click on them and open with vs 2015, but it just gives me the xml code. 如果我转到.rdl文件所在的目录,我可以点击它们并使用vs 2015打开,但它只是给了我xml代码。 So is there any way to import my old reports into VS 2015? 那么有什么办法可以将我的旧报告导入VS 2015吗? I don't even see a place or tool bar to edit/create reports. 我甚至没有看到编辑/创建报告的地方或工具栏。

I tried to change the installation to include MS SQL Data Tools, but I could not find the package (maybe I have to get it online?)Presumably, I could then edit the design and layout. 我试图更改安装以包含MS SQL数据工具,但我找不到包(也许我必须在网上找到它?)大概,我可以编辑设计和布局。 But right now, I don't even understand what most of the tool bar options are. 但是现在,我甚至不了解大多数工具栏选项。

So, as for a question - Where do I start? 那么,至于一个问题 - 我从哪里开始? Once I get SQL Data Tools installed, can I edit the layout/design of existing, VS2005 reports and deploy them to our existing Report Manager as I have done in the past with VS 2005? 一旦安装了SQL数据工具,我是否可以编辑现有VS2005报告的布局/设计并将其部署到我们现有的Report Manager中,就像我过去使用VS 2005一样? Thanks for helping! 谢谢你的帮助!

You definitely need to install SQL Server Data Tools for Visual Studio 2015. It looks like this is now available. 您肯定需要为Visual Studio 2015安装SQL Server数据工具。 看起来现在可以使用。 Without having SSDT installed VS2015 will have no concept of what an RDL file is. 如果没有安装SSDT,VS2015将不具备RDL文件的概念。

I personally have no experience with VS2015. 我个人没有VS2015的经验。 VS2013 though can open VS2005 reports, and you can deploy them as before,. VS2013虽然可以打开VS2005报告,但你可以像以前一样部署它们。

Personally I found the old reports now looked a bit messy and I had to reformat a number of them (thought this may not have been necessary - I might just have not liked the way the guy before had coded them) 我个人发现旧的报告现在看起来有点乱,我不得不重新格式化一些(认为这可能没有必要 - 我可能只是不喜欢这个人编码的方式)

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

相关问题 在Visual Studio 2010中进行更改后,如何打开sql server 2005数据库? - How can I open sql server 2005 database after i do changes with visual studio 2010? 使用SSRS 2005报表项目的Visual Studio 2008中出错 - Error in Visual Studio 2008 with SSRS 2005 report projects 我可以在Visual Studio 2015之后安装Visual Studio 2012吗? - Can I install visual studio 2012 after visual studio 2015? 一份报告中包含多个查询(Visual Studio 2005) - Multiple Queries in one Report (Visual Studio 2005) visual studio 2015 ssrs 预览报告没有工作 - visual studio 2015 ssrs preview report no working Visual Studio报表设计器:如何在报表的第二页上打印内容? - Visual Studio Report Designer: How do I print something on every second page of a report? 如何在 Visual Studio 2019 中打开 DTSX 文件? - How do I open a DTSX file in Visual Studio 2019? 如何使用 Visual Studio Community 2015 RC 将 SQL Server 数据库置于版本控制之下? - How do I put a SQL Server database under version control using Visual Studio Community 2015 RC? 如何在 SSRS 2005 报告的每一页上放置超链接? - How do I place a hyperlink on every page of a SSRS 2005 report? 如何在Crystal Reports for Visual Studio中使用动态列来实现透视报表? - How do I achieve a pivot report with a dynamic columns in Crystal Reports for Visual Studio?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM