ReportDataSource-Konstruktor (String, DataTable)
Erstellt eine benannte Datenquelle mit einem DataTable-Element in der Value-Eigenschaft.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
dataSourceValue As DataTable _
)
'Usage
Dim name As String
Dim dataSourceValue As DataTable
Dim instance As New ReportDataSource(name, dataSourceValue)
public ReportDataSource(
string name,
DataTable dataSourceValue
)
public:
ReportDataSource(
String^ name,
DataTable^ dataSourceValue
)
new :
name:string *
dataSourceValue:DataTable -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceValue : DataTable
)
Parameter
- name
Typ: System.String
Der Name der Datenquelle, der in der Berichtsdefinition für den aktuellen Bericht angegeben ist.
- dataSourceValue
Typ: System.Data.DataTable
Ein DataTable-Objekt, das die Daten enthält.