Propriedade ReportViewer.ID
Especifica a ID do controle.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)
Sintaxe
'Declaração
Public Overrides Property ID As String
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)
Valor de propriedade
Tipo: String
Um valor de cadeia de caracteres que representa a ID do controle.
Comentários
Para obter mais informações, consulte Control.ID.