ReportDataSource-Konstruktor (String, String)
Erstellt eine benannte Datenquelle mit einer Datenquellen-ID.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
dataSourceId As String _
)
public ReportDataSource(
string name,
string dataSourceId
)
public:
ReportDataSource(
String^ name,
String^ dataSourceId
)
new :
name:string *
dataSourceId:string -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceId : String
)
Parameter
- name
Typ: String
Der Name der Datenquelle.
- dataSourceId
Typ: String
Die ID der Datenquelle.