ReportDataSource, constructeur (String, Type)
Construit une source de données nommée avec la propriété Value initialisée en tant que type particulier.
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 Type _
)
public ReportDataSource(
string name,
Type dataSourceValue
)
public:
ReportDataSource(
String^ name,
Type^ dataSourceValue
)
new :
name:string *
dataSourceValue:Type -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceValue : Type
)
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 : Type
Objet Type qui contient les données.