ReportDataSource 构造函数

包括受保护的成员
包括继承的成员

构造一个报表数据源。

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法 ReportDataSource() 构造空的数据源。
公共方法 ReportDataSource(String) 构造命名数据源。
公共方法 ReportDataSource(String, IEnumerable) 使用 Value 属性中的 IEnumerable 对象构造命名数据源。
公共方法 ReportDataSource(String, DataTable) 使用 Value 属性中的 DataTable 对象构造命名数据源。
公共方法 ReportDataSource(String, Object) 使用值构造命名数据源。
公共方法 ReportDataSource(String, Type) 使用初始化为特定类型的 Value 属性构造命名数据源。
公共方法 ReportDataSource(String, BindingSource) 使用 Value 属性中的 BindingSource 对象构造命名数据源。

页首

请参阅

参考

ReportDataSource 类

Microsoft.Reporting.WinForms 命名空间