ReportDataSource 构造函数 (String)

构造命名数据源。

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

语法

声明
Public Sub New ( _
    name As String _
)
public ReportDataSource(
    string name
)
public:
ReportDataSource(
    String^ name
)
new : 
        name:string -> ReportDataSource
public function ReportDataSource(
    name : String
)

参数

  • name
    类型:String
    数据源的名称。

请参阅

参考

ReportDataSource 类

ReportDataSource 重载

Microsoft.Reporting.WebForms 命名空间