Свойство LeftBorder

Gets an expression that evaluates to the properties of the left border.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public MustOverride ReadOnly Property LeftBorder As Border
    Get
'Применение
Dim instance As StyleBase
Dim value As Border

value = instance.LeftBorder
public abstract Border LeftBorder { get; }
public:
virtual property Border^ LeftBorder {
    Border^ get () abstract;
}
abstract LeftBorder : Border
abstract function get LeftBorder () : Border

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

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