Compartir a través de


StyleBase.RightBorder Propiedad

Gets the properties of the right border.

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

Sintaxis

'Declaración
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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the right border.

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering