Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the properties of the right border.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property RightBorder As Border
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.Border
A Border object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel