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。