Partager via


ReportDataSource, constructeur (String, IEnumerable)

Construit une source de données nommée avec un objet IEnumerable 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 IEnumerable _
)
public ReportDataSource(
    string name,
    IEnumerable dataSourceValue
)
public:
ReportDataSource(
    String^ name, 
    IEnumerable^ dataSourceValue
)
new : 
        name:string * 
        dataSourceValue:IEnumerable -> ReportDataSource
public function ReportDataSource(
    name : String, 
    dataSourceValue : IEnumerable
)

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 : IEnumerable
    Objet IEnumerable qui contient les données.

Voir aussi

Référence

ReportDataSource Classe

ReportDataSource, surcharge

Microsoft.Reporting.WinForms, espace de noms