Partilhar via


Propriedade ReportViewer.Width

Obtém ou define a largura do controle.

Namespace:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (em Microsoft.ReportViewer.WebForms.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Unit
Um objeto [System.Web.UI.WebControls.Unit] que representa a largura do controle.

Comentários

Para obter mais informações, consulte WebControl.Width.

Consulte também

Referência

ReportViewer Classe

Namespace Microsoft.Reporting.WebForms