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