Freigeben über


ReportDataSource-Konstruktor (String)

Erstellt eine benannte Datenquelle.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ReportDataSource Klasse

ReportDataSource-Überladung

Microsoft.Reporting.WebForms-Namespace