Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.