Proprietà ReportViewer.Width

Ottiene o imposta la larghezza del controllo.

Spazio dei nomi  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
Public Overrides Property Width As Unit
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Web.UI.WebControls.Unit
Oggetto [System.Web.UI.WebControls.Unit] che rappresenta la larghezza del controllo.

Osservazioni

Per ulteriori informazioni, vedere WebControl.Width.

Vedere anche

Riferimento

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms