Compartir a través de


StyleBase.LeftBorder Propiedad

Gets an expression that evaluates to the properties of the left border.

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

Sintaxis

'Declaración
Public MustOverride ReadOnly Property LeftBorder As Border 
    Get
'Uso
Dim instance As StyleBase 
Dim value As Border 

value = instance.LeftBorder
public abstract Border LeftBorder { get; }
public:
virtual property Border^ LeftBorder {
    Border^ get () abstract;
}
abstract LeftBorder : Border
abstract function get LeftBorder () : Border

Valor de la propiedad

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

Vea también

Referencia

StyleBase Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering