Height 屬性

Height of the item as a percentage of the parent element.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property Height As ReportExpression(Of Double)
    Get
    Set
'用途
Dim instance As GaugePanelItem
Dim value As ReportExpression(Of Double)

value = instance.Height

instance.Height = value
public ReportExpression<double> Height { get; set; }
public:
property ReportExpression<double> Height {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member Height : ReportExpression<float> with get, set
function get Height () : ReportExpression<double>
function set Height (value : ReportExpression<double>)