简体   繁体   中英

How to include ssrs report in c# project?

I have designed a ssrs report in visual studio 2008.and my project is in visual studio 2012.So please tell me how I can include that report.report is designed manualy.

rptViewer.ProcessingMode = ProcessingMode.Local;          
LocalReport localReport = rptViewer.LocalReport;           
localReport.ReportPath=@"/C:/Users/shoaib/Documents/Visual Studio 2008/Projects/Project1/rptEmployee/rptEmployee/Employee Details";          
rptViewer.RefreshReport();

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