ReportViewer.InternalBorderWidth (Propiedad)
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)> _
Public Property InternalBorderWidth As Unit
[WebBrowsableAttribute(true)]
public Unit InternalBorderWidth { get; set; }
[WebBrowsableAttribute(true)]
public:
property Unit InternalBorderWidth {
Unit get ();
void set (Unit value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderWidth : Unit with get, set
function get InternalBorderWidth () : Unit
function set InternalBorderWidth (value : Unit)
Valor de propiedad
Tipo: Unit
Un valor Unit que contiene el ancho del borde interno del control.