如何在c#项目中包含ssrs报告?

时间:2014-03-05 12:03:40

标签: c# visual-studio-2012 reporting-services

我在visual studio 2008中设计了一个ssrs报告。我的项目在2012年的visual studio中。所以请告诉我如何包含该报告。报告是手工设计的。

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();

1 个答案:

答案 0 :(得分:0)