Proprietà ReportViewer.InternalBorderColor
Recupera o imposta il colore 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 InternalBorderColor As Color
Get
Set
'Utilizzo
Dim instance As ReportViewer
Dim value As Color
value = instance.InternalBorderColor
instance.InternalBorderColor = value
[WebBrowsableAttribute(true)]
public Color InternalBorderColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color InternalBorderColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member InternalBorderColor : Color with get, set
function get InternalBorderColor () : Color
function set InternalBorderColor (value : Color)
Valore proprietà
Tipo: System.Drawing.Color
Valore Color che indica il colore del bordo interno del controllo.