ReportDataSource, constructeur (String, DataTable)
Construit une source de données nommée avec un objet DataTable dans la propriété Value.
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
dataSourceValue As DataTable _
)
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
)
Paramètres
- name
Type : String
Nom de la source de données, tel que spécifié dans la définition de rapport pour le rapport actuel.
- dataSourceValue
Type : DataTable
Objet DataTable qui contient les données.