Condividi tramite


Proprietà ReportDataSource.DataSourceId

Ottiene o imposta l'ID dell'origine dati.

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

Sintassi

'Dichiarazione
<WebBrowsableAttribute(True)> _
Public Property DataSourceId As String
[WebBrowsableAttribute(true)]
public string DataSourceId { get; set; }
[WebBrowsableAttribute(true)]
public:
property String^ DataSourceId {
    String^ get ();
    void set (String^ value);
}
[<WebBrowsableAttribute(true)>]
member DataSourceId : string with get, set
function get DataSourceId () : String
function set DataSourceId (value : String)

Valore proprietà

Tipo: String
Valore di String.

Vedere anche

Riferimenti

ReportDataSource Classe

Spazio dei nomi Microsoft.Reporting.WebForms