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


Свойство StyleBase.BottomBorder

Gets the properties of the bottom border.

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

Синтаксис

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

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

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

Тип: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the bottom border.

См. также

Справочник

StyleBase Класс

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