简体   繁体   中英

use existing SSRS Reports in a Visual C# app using Visual Studio 2010

I have several reports built inside a project named SSRS and would like access to those reports inside a different Visual C# project (VS 2010). What would the proper way to handle this be?

My thoughts were to try to add the SSRS project to the solution but I cannot seem to find a way to reference it in the C# WinForm project. Maybe I am going about this wrong. This is the first time I have ever built reports and tried to use them in an application.

End result will be using a reportViewer control docked in its own windows form for display of the report.

Any guidance would be greatly appreciated. I have looked around and most the info points to older versions of VS and/or SQL Server. BTW I used SQL Server 2012 SQL Server Data Tools to create the reports.

为了实现此目的,我需要在项目内部将报告重新创建为.rdlc文件,并在应用程序内部创建要使用的数据源。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM