Właściwość ReportViewer.Width —
Gets or sets the width of the control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
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)
Wartość właściwości
Typ: Unit
A [System.Web.UI.WebControls.Unit] object that represents the width of the control.
Uwagi
For more information, see WebControl.Width.