简体   繁体   English

在C#Visual Studios项目中显示在SSRS中创建的一个或多个现有报告没有报告服务器?

[英]Display one or more existing reports created in SSRS in a C# Visual Studios project no report server?

I need to deploy one or more existing reports created in SSRS from a C# Visual Studios project without using a report server? 我需要在不使用报表服务器的情况下部署从C#Visual Studios项目在SSRS中创建的一个或多个现有报表? The project we are working on only needs 3 reports and the project lead feels that establishing a report server is not justified. 我们正在从事的项目仅需要3个报告,项目负责人认为建立报告服务器是不合理的。

We are working with Visual Studio 2010 and Microsoft SQL Server 2008 R2. 我们正在使用Visual Studio 2010和Microsoft SQL Server 2008 R2。 Please help. 请帮忙。

So you want to generate your reports without the report server ? 因此,您想在没有报表服务器的情况下生成报表吗?

If so, your best (but not recommander option) is to convert rdl files (your reports) to rdlc files (client reporting) and use them with the ReportViewer control (WebForms/WinForms). 如果是这样,最好的方法(但不是recommander选项)是将rdl文件(您的报告)转换为rdlc文件(客户端报告),并将它们与ReportViewer控件(WebForms / WinForms)一起使用。 Depending in your implementation, it can be quite difficultt to do. 根据您的实现,可能很难做到。

Here is a sample from MSDN. 这是MSDN的样本

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

相关问题 如何在Crystal Report C#中创建多个报告? - How to create more than one reports in a crystal report c#? 如何将现有的C#项目导入可移植类库,并使用它引用Visual Studio中的android应用? - How to import your existing C# project into a portable class library and use it to reference to android app in visual studios? 在使用Visual Studio 2010的Visual C#应用程序中使用现有的SSRS报告 - use existing SSRS Reports in a Visual C# app using Visual Studio 2010 如何在Visual Studio中为图表显示正确数量的记录C# - How to display the correct amount of records for a chart in visual studios c# 如何在C#项目中包含ssrs报告? - How to include ssrs report in c# project? 显示具有多个数据集的rdlc报告-c# - Display rdlc report with more than one dataset -c# 用于 Visual Studios c# 的 PHPMyAdmin - PHPMyAdmin for visual studios c# 使用一个Windows窗体 - Visual Studios c# - Using one Windows Form - Visual Studios c# Visual Studios 2015水晶报表,无法向报表添加参数 - Visual Studios 2015 Crystal Reports, Cannot add a parameter to a report SSRS 报告 - 从没有 SSRS 服务器的 C# 导出 - SSRS report - export from C# without SSRS server
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM