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)> _
<DefaultValueAttribute(GetType(Unit), "1px")> _
<SRDescriptionAttribute("InternalBorderWidthDesc")> _
<CategoryAttribute("Appearance")> _
Public Property InternalBorderWidth As Unit
'Utilizzo
Dim instance As ReportViewer
Dim value As Unit

value = instance.InternalBorderWidth

instance.InternalBorderWidth = value
[WebBrowsableAttribute(true)] 
[DefaultValueAttribute(typeof(Unit), "1px")] 
[SRDescriptionAttribute("InternalBorderWidthDesc")] 
[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)

Valore proprietà

Valore Unit contenente lo spessore del bordo interno del controllo.

Vedere anche

Riferimento

Classe ReportViewer
Membri ReportViewer
Spazio dei nomi Microsoft.Reporting.WebForms