Partager via


Propriété ReportViewer.ID

Spécifie l'ID du contrôle.

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

Syntaxe

'Déclaration
Public Overrides Property ID As String
    Get
    Set
'Utilisation
Dim instance As ReportViewer
Dim value As String

value = instance.ID

instance.ID = value
public override string ID { get; set; }
public:
virtual property String^ ID {
    String^ get () override;
    void set (String^ value) override;
}
abstract ID : string with get, set
override ID : string with get, set
override function get ID () : String
override function set ID (value : String)

Valeur de propriété

Type : System.String
Valeur string qui représente l'ID du contrôle.

Notes

Pour plus d'informations, consultez Control.ID.

Voir aussi

Référence

ReportViewer Classe

Espace de noms Microsoft.Reporting.WebForms