Propriedade do RDL StyleBase.RightBorder
Gets the 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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object that represents the properties of the right border.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering