Left 屬性
Gets the distance from the rectangle to the left side of the container.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Overrides ReadOnly Property Left As ReportSize
Get
'用途
Dim instance As Rectangle
Dim value As ReportSize
value = instance.Left
public override ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
ReportSize^ get () override;
}
abstract Left : ReportSize
override Left : ReportSize
override function get Left () : ReportSize