Compartir a través de


Propiedad ReportViewer.InternalBorderWidth

Obtiene o establece el ancho del borde interno del control.

Espacio de nombres: Microsoft.Reporting.WebForms
Ensamblado: Microsoft.ReportViewer.WebForms (en microsoft.reportviewer.webforms.dll)

Sintaxis

'Declaración
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<CategoryAttribute("Appearance")> _
Public Property InternalBorderWidth As Unit
'Uso
Dim instance As ReportViewer
Dim value As Unit

value = instance.InternalBorderWidth

instance.InternalBorderWidth = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), "1px")] 
[CategoryAttribute("Appearance")] 
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), L"1px")] 
[CategoryAttribute(L"Appearance")] 
public:
Unit InternalBorderWidth {
    Unit get ();
    void set (Unit value);
}
/** @property */
public Unit get_InternalBorderWidth ()

/** @property */
public void set_InternalBorderWidth (Unit value)
public function get InternalBorderWidth () : Unit

public function set InternalBorderWidth (value : Unit)

Valor de la propiedad

Un valor Unit que contiene el ancho del borde interno del control.

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms