共用方式為


ReportItem.Left 屬性

Gets or sets the distance of the item from the left of the containing object.

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

語法

'宣告
Public Property Left As ReportSize 
    Get 
    Set
'用途
Dim instance As ReportItem 
Dim value As ReportSize 

value = instance.Left

instance.Left = value
public ReportSize Left { get; set; }
public:
property ReportSize Left {
    ReportSize get ();
    void set (ReportSize value);
}
member Left : ReportSize with get, set
function get Left () : ReportSize 
function set Left (value : ReportSize)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportSize
The distance of the item from the left of the containing object.

請參閱

參考

ReportItem 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間