Свойство ReportItem.Left
Gets the distance of the item from the left of the containing object.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Property Left As ReportSize
Get
'Применение
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Left
public virtual ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
ReportSize^ get ();
}
abstract Left : ReportSize
override Left : ReportSize
function get Left () : ReportSize
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the distance of the item from the left of the containing object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering