Costruttore ReportDataSource (String, DataTable)

Crea un'origine dati denominata con un oggetto DataTable nella proprietà Value.

Spazio dei nomi  Microsoft.Reporting.WinForms
Assembly:  Microsoft.ReportViewer.WinForms (in Microsoft.ReportViewer.WinForms.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String, _
    dataSourceValue As DataTable _
)
'Utilizzo
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
)

Parametri

  • name
    Tipo: System.String
    Nome dell'origine dati, come specificato nella definizione del rapporto per il rapporto corrente.

Vedere anche

Riferimento

ReportDataSource Classe

Overload ReportDataSource

Spazio dei nomi Microsoft.Reporting.WinForms