Partager via


ReportDataSource.Name, propriété

Obtient ou définit le nom de la source de données du rapport.

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

Syntaxe

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

Valeur de propriété

Type : String
string qui contient le nom de la source de données.

Voir aussi

Référence

ReportDataSource Classe

Microsoft.Reporting.WebForms, espace de noms