ReportItem.Left 属性

定义

获取项距包含对象的左侧的距离。

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ Left { Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ get(); };
public virtual Microsoft.ReportingServices.OnDemandReportRendering.ReportSize Left { get; }
member this.Left : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
Public Overridable ReadOnly Property Left As ReportSize

属性值

一个 ReportSize 对象,它表示项距包含对象的左侧的距离。

适用于