本文介绍了你错过了使用指令或程序集引用吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

'Microsoft.Reporting.WinForms.ReportViewer'不包含'ReportSource'的定义,也没有扩展方法'ReportSource'接受类型'Microsoft.Reporting.WinFord'的第一个参数(你是否缺少using指令或程序集引用?

解决方案

'Microsoft.Reporting.WinForms.ReportViewer' does not contain a definition for 'ReportSource' and no extension method 'ReportSource' accepting a first argument of type 'Microsoft.Reporting.WinFord (are you missing a using directive or an assembly reference?

解决方案


这篇关于你错过了使用指令或程序集引用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 14:10