Condividi tramite


Proprietà ReportViewer.InternalBorderWidth

Recupera o imposta lo spessore del bordo interno del controllo.

Spazio dei nomi:  Microsoft.Reporting.WebForms
Assembly:  Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)

Sintassi

'Dichiarazione
<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)

Valore proprietà

Tipo: Unit
Valore Unit contenente lo spessore del bordo interno del controllo.

Vedere anche

Riferimenti

ReportViewer Classe

Spazio dei nomi Microsoft.Reporting.WebForms