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
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 propiedad
Tipo: Unit
Objeto [System.Web.UI.WebControls.Unit] que representa el ancho del control.
Comentarios
Para obtener más información, vea WebControl.Width.