ReportDataSource, constructeur (String, BindingSource)
Construit une source de données nommée avec un objet BindingSource dans la propriété Value.
Espace de noms : Microsoft.Reporting.WinForms
Assembly : Microsoft.ReportViewer.WinForms (dans Microsoft.ReportViewer.WinForms.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
dataSourceValue As BindingSource _
)
public ReportDataSource(
string name,
BindingSource dataSourceValue
)
public:
ReportDataSource(
String^ name,
BindingSource^ dataSourceValue
)
new :
name:string *
dataSourceValue:BindingSource -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceValue : BindingSource
)
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 : BindingSource
Objet BindingSource qui contient les données.