ReportDataSource 构造函数 (String)

构造命名数据源。

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

语法

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

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

参数

请参阅

参考

ReportDataSource 类

ReportDataSource 重载

Microsoft.Reporting.WebForms 命名空间