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
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.String
Valor de tipo string que representa el identificador del control.
Comentarios
Para obtener más información, vea Control.ID.