コントロールの幅を取得または設定します。
名前空間: 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」を参照してください。