Compartir a través de


BottomBorder Propiedad

Gets the properties of the bottom border.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public MustOverride ReadOnly Property BottomBorder As Border
    Get
'Uso
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