Height プロパティ

アイテムの高さを親要素に対する割合 (%) で指定します。

名前空間:  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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。