GaugePanelItem.Left 属性

Distance from the left as a percentage of the parent element.

命名空间:  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>)