Compartir a través de


ReportViewer.Width Propiedad

Obtiene o establece el ancho del control.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
Public Overrides Property Width As Unit
    Get
    Set
'Uso
Dim instance As ReportViewer
Dim value As Unit

value = instance.Width

instance.Width = value
public override Unit Width { get; set; }
public:
virtual property Unit Width {
    Unit get () override;
    void set (Unit value) override;
}
abstract Width : Unit with get, set
override Width : Unit with get, set
override function get Width () : Unit
override function set Width (value : Unit)

Valor de la propiedad

Tipo: System.Web.UI.WebControls.Unit
Objeto [System.Web.UI.WebControls.Unit] que representa el ancho del control.

Comentarios

Para obtener más información, vea WebControl.Width.

Vea también

Referencia

ReportViewer Clase

Espacio de nombres Microsoft.Reporting.WebForms