Свойство StyleBase.RightBorder
Gets the properties of the right border.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public MustOverride ReadOnly Property RightBorder As Border
Get
'Применение
Dim instance As StyleBase
Dim value As Border
value = instance.RightBorder
public abstract Border RightBorder { get; }
public:
virtual property Border^ RightBorder {
Border^ get () abstract;
}
abstract RightBorder : Border
abstract function get RightBorder () : Border
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the right border.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering