ReportViewer.Width 屬性
取得或設定控制項的寬度。
命名空間: Microsoft.Reporting.WebForms
組件: Microsoft.ReportViewer.WebForms (在 Microsoft.ReportViewer.WebForms.dll 中)
語法
'宣告
Public Overrides Property Width As Unit
Get
Set
'用途
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)
屬性值
型別:System.Web.UI.WebControls.Unit
表示控制項寬度的 [System.Web.UI.WebControls.Unit] 物件。
備註
如需詳細資訊,請參閱 WebControl.Width。