Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<DefaultValueAttribute(GetType(Color), "#CCCCCC")> _
<WebBrowsableAttribute(True)> _
<CategoryAttribute("Appearance")> _
Public Property InternalBorderColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.InternalBorderColor
instance.InternalBorderColor = value
[DefaultValueAttribute(typeof(Color), "#CCCCCC")]
[WebBrowsableAttribute(true)]
[CategoryAttribute("Appearance")]
public Color InternalBorderColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"#CCCCCC")]
[WebBrowsableAttribute(true)]
[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