StyleBase.RightBorder Property
Properties of the right border.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RightBorder As Border
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.Border
A Border object.