reporting控件无法显示在form上
我遇到的问题出在“引用”上
在“引用”里保证要有下面几个ddl:
1.Microsoft.ReportViewer.WinForms.dll 2.Microsoft.ReportViewer.Common.dll //这两个一般都有
3.Microsoft.ReportViewer.DataVisualization.dll 4.Microsoft.ReportViewer.Design.dll 5.Microsoft.ReportViewer.ProcessingObjectModel.dll //添加这三个ddl后显示成功
我的后三个ddl的路径:
C:\Users\Administrator\source\repos\Reporting\packages\Microsoft.ReportingServices.ReportViewerControl.Winforms.150.1404.0\lib\net40
添加前:
添加后: