Partager via


Propriété ReportDataSource.DataSourceId

Obtient ou définit l'identificateur de la source de données.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<WebBrowsableAttribute(True)> _
Public Property DataSourceId As String
    Get
    Set
'Utilisation
Dim instance As ReportDataSource
Dim value As String

value = instance.DataSourceId

instance.DataSourceId = value
[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)

Valeur de propriété

Type : System.String
Valeur String.

Voir aussi

Référence

ReportDataSource Classe

Espace de noms Microsoft.Reporting.WebForms