ReportViewer.Height 属性
获取或设置控件的高度。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Overrides Property Height As Unit
Get
Set
用法
Dim instance As ReportViewer
Dim value As Unit
value = instance.Height
instance.Height = value
public override Unit Height { get; set; }
public:
virtual property Unit Height {
Unit get () override;
void set (Unit value) override;
}
abstract Height : Unit with get, set
override Height : Unit with get, set
override function get Height () : Unit
override function set Height (value : Unit)
属性值
类型:System.Web.UI.WebControls.Unit
一个表示控件高度的 [System.Web.UI.WebControls.Unit] 对象。
注释
有关更多信息,请参见 WebControl.Height。