Condividi tramite


Costruttore ReportDataSource (String)

Crea un'origine dati denominata.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    name As String _
)
public ReportDataSource(
    string name
)
public:
ReportDataSource(
    String^ name
)
new : 
        name:string -> ReportDataSource
public function ReportDataSource(
    name : String
)

Parametri

  • name
    Tipo: String
    Nome dell'origine dati.

Vedere anche

Riferimenti

ReportDataSource Classe

Overload ReportDataSource

Spazio dei nomi Microsoft.Reporting.WebForms