Partilhar via


Propriedade RightBorder

Properties of the right border.

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

Sintaxe

'Declaração
Public MustOverride ReadOnly Property RightBorder As Border
    Get
'Uso
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