简体   繁体   English

在Visual Studio 2010上报告应用程序

[英]Report Application on Visual Studio 2010

I'm trying to manually upgrade my Report Server 2005 project to Visual Studio 2010 Reports Application. 我正在尝试手动将Report Server 2005项目升级到Visual Studio 2010报表应用程序。

On Report Server 2005, I had a Shared Data Source and for each report I wrote a SQL query to fetch the data from the shared data source (the queries are not trivial, some of them use temporary tables populated at runtime). 在Report Server 2005上,我有一个共享数据源,我为每个报告写了一个SQL查询来从共享数据源中获取数据(这些查询并不简单,其中一些使用在运行时填充的临时表)。

Now on visual studio 2010 I can't find a way to create a Shared Data Source or even write SQL to fetch the data. 现在,在visual studio 2010上,我找不到创建共享数据源甚至编写SQL来获取数据的方法。 anyone know how to use SQL queries on a vs2010 Report Application? 有谁知道如何在vs2010报告应用程序上使用SQL查询?

You can now use Visual Studio 2010 to edit .rtproj report projects and .rdl reports. 您现在可以使用Visual Studio 2010编辑.rtproj报告项目和.rdl报告。

You need VS10 SP1, then install the Data Tools for VS10, followed by the installation of SQL Server Express 2012 with Reporting Services and Data Tools. 您需要VS10 SP1,然后安装Data Tools for VS10,然后安装带有Reporting Services和Data Tools的SQL Server Express 2012。

I have gotten it to work like this. 我已经让它像这样工作。

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

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

相关问题 Visual Studio 2010,Visual Studio 2008和ClickOnce的Crystal Report - Visual Studio 2010, Crystal Report for Visual Studio 2008 and ClickOnce 如何在Visual Studio 2010中将Crystal报表加载到报表查看器? - How to load crystal report to report viewer in visual studio 2010? 特定于应用程序的数据库文件-Visual Studio 2010 - application specific database file - visual studio 2010 MVC应用程序中有什么? (Visual Studio 2008/2010) - What is in an MVC application? (Visual Studio 2008/2010) 尝试在 Visual Studio 2010 中创建聊天应用程序 - Trying to create a chat application in Visual Studio 2010 是否可以在 Visual Studio 2010 中调用 SSRS 2008 R2 报告? - Is it possible to call SSRS 2008 R2 report in Visual Studio 2010? Visual Studio 2010:报表定义无效。 详细信息:报表定义的目标无效 - Visual Studio 2010: The report definition is not valid. Details: The report definition has an invalid target 使用 PaintEventHandler - Visual C++ (Studio 2010) Windows Forms 应用程序 - Using PaintEventHandler - Visual C++ (Studio 2010) Windows Forms Application Visual Studio 2010-发布模式下的应用程序即服务 - Visual studio 2010- Application as a service in release mode 如何为Visual Studio 2010安装“ Web应用程序项目支持”? - How to install “Web Application Project support” for Visual Studio 2010?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM