Поделиться через


Свойство Rectangle.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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

См. также

Справочник

Rectangle Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering