Właściwość ReportViewer.InternalBorderColor —
Gets or sets the internal border color of the control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property InternalBorderColor As Color
[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)
Wartość właściwości
Typ: Color
A Color value indicating the color of the control's internal border.