ReportViewer.ID (Propiedad)
Especifica el identificador del control.
Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Sintaxis
'Declaración
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 propiedad
Tipo: String
Valor de tipo string que representa el identificador del control.
Comentarios
Para obtener más información, vea Control.ID.