Costruttore ReportDataSource (String, String)
Crea un'origine dati denominata con un ID di origine dati.
Spazio dei nomi: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
name As String, _
dataSourceId As String _
)
public ReportDataSource(
string name,
string dataSourceId
)
public:
ReportDataSource(
String^ name,
String^ dataSourceId
)
new :
name:string *
dataSourceId:string -> ReportDataSource
public function ReportDataSource(
name : String,
dataSourceId : String
)
Parametri
- name
Tipo: String
Nome dell'origine dati.
- dataSourceId
Tipo: String
ID dell'origine dati.