Style.RightBorder Property

Gets the properties of the right border.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property RightBorder As Border 
    Get
'Usage
Dim instance As Style 
Dim value As Border 

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

Property Value

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

See Also

Reference

Style Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace