Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the properties of the right border.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property RightBorder As Border
Get
Set
'Usage
Dim instance As Style
Dim value As Border
value = instance.RightBorder
instance.RightBorder = value
public Border RightBorder { get; set; }
public:
property Border^ RightBorder {
Border^ get ();
void set (Border^ value);
}
member RightBorder : Border with get, set
function get RightBorder () : Border
function set RightBorder (value : Border)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Border
A Border object.