Share via


ReportItem.Left 属性

定义

获取或设置报表项左边缘的水平位置,包括单位指示符,如 cmmminptpc

public:
 property Microsoft::ReportingServices::ReportRendering::ReportSize ^ Left { Microsoft::ReportingServices::ReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::ReportRendering::ReportSize ^ value); };
public Microsoft.ReportingServices.ReportRendering.ReportSize Left { get; set; }
member this.Left : Microsoft.ReportingServices.ReportRendering.ReportSize with get, set
Public Property Left As ReportSize

属性值

一个 ReportSize 对象,该对象包含相对于报表项上该项的父级该项左边缘的水平位置。

注解

项的位置相对于父对象。

有关单元指定符的详细信息,请参阅 CSS 长度单位参考

适用于