ASP.NET中BindingSource、ReportDataSource和DataSetInq等需要添加什么样的引用及命名空间呢?
在Winform中有rdlc报表中有BindingSource、ReportDataSource和DataSetInq等概念,不知道在ASP.NET中有没有啊?
如果有的话应该添加什么引用及命名空间呢?
------解决方案--------------------
BindingSource 类:此类在 .NET Framework 2.0 版中是新增的。
封装窗体的数据源。
命名空间:System.Windows.Forms
程序集:System.Windows.Forms(在 system.windows.forms.dll 中)
ReportDataSource 类表示报表的数据源。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 microsoft.reportviewer.webforms.dll 中)
DataSetInq
没见过