次の方法で共有


GaugePanelItem.Left プロパティ

左端からの距離を親要素に対する割合 (%) で指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Left As ReportExpression(Of Double)
    Get 
    Set
'使用
Dim instance As GaugePanelItem 
Dim value As ReportExpression(Of Double)

value = instance.Left

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

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
ReportExpression<T> オブジェクト。

関連項目

参照

GaugePanelItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間