ReportViewer.InternalBorderColor Property
Gets or sets the internal border color of the control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Color), "Black")> _
<CategoryAttribute("Appearance")> _
Public Property InternalBorderColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.InternalBorderColor
instance.InternalBorderColor = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), "Black")]
[CategoryAttribute("Appearance")]
public Color InternalBorderColor { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), L"Black")]
[CategoryAttribute(L"Appearance")]
public:
property Color InternalBorderColor {
Color get ();
void set (Color value);
}
/** @property */
public Color get_InternalBorderColor ()
/** @property */
public void set_InternalBorderColor (Color value)
public function get InternalBorderColor () : Color
public function set InternalBorderColor (value : Color)
Property Value
A Color value indicating the color of the control's internal border.
See Also
Reference
ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace