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 bottom border.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property BottomBorder As Border
Get
Set
'Usage
Dim instance As Style
Dim value As Border
value = instance.BottomBorder
instance.BottomBorder = value
public Border BottomBorder { get; set; }
public:
property Border^ BottomBorder {
Border^ get ();
void set (Border^ value);
}
member BottomBorder : Border with get, set
function get BottomBorder () : Border
function set BottomBorder (value : Border)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.Border
A Border object.