Partager via


Propriété RightBorder

Gets the properties of the right border.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property RightBorder As Border
    Get
'Utilisation
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