ReportDataSource 构造函数 (String, IDataSource)

使用 Value 属性中的 IDataSource 构造命名数据源。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
Public Sub New ( _
    name As String, _
    dataSourceValue As IDataSource _
)
用法
Dim name As String
Dim dataSourceValue As IDataSource

Dim instance As New ReportDataSource(name, dataSourceValue)
public ReportDataSource(
    string name,
    IDataSource dataSourceValue
)
public:
ReportDataSource(
    String^ name, 
    IDataSource^ dataSourceValue
)
new : 
        name:string * 
        dataSourceValue:IDataSource -> ReportDataSource
public function ReportDataSource(
    name : String, 
    dataSourceValue : IDataSource
)

参数

  • name
    类型:System.String
    数据源的名称,如当前报表的报表定义中所指定。

请参阅

参考

ReportDataSource 类

ReportDataSource 重载

Microsoft.Reporting.WebForms 命名空间