ReportDataSource 构造函数

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

构造一个报表数据源。

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

重载列表

  名称 说明
公共方法 ReportDataSource() 构造空的数据源。
公共方法 ReportDataSource(String) 构造命名数据源。
公共方法 ReportDataSource(String, IEnumerable) 使用 Value 属性中的 IEnumerable 构造命名数据源。
公共方法 ReportDataSource(String, DataTable) 使用 Value 属性中的 DataTable 构造命名数据源。
公共方法 ReportDataSource(String, Object) 使用值构造命名数据源。
公共方法 ReportDataSource(String, String) 构造带有数据源 ID 的命名数据源。
公共方法 ReportDataSource(String, IDataSource) 使用 Value 属性中的 IDataSource 构造命名数据源。

页首

请参阅

参考

ReportDataSource 类

Microsoft.Reporting.WebForms 命名空间