Partilhar via


Propriedade BottomBorder

Properties of the bottom border

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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