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 color of a disabled link in the control.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<CategoryAttribute("Appearance")> _
<DefaultValueAttribute(GetType(Color), "Gray")> _
<WebBrowsableAttribute(True)> _
Public Property LinkDisabledColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.LinkDisabledColor
instance.LinkDisabledColor = value
[CategoryAttribute("Appearance")]
[DefaultValueAttribute(typeof(Color), "Gray")]
[WebBrowsableAttribute(true)]
public Color LinkDisabledColor { get; set; }
[CategoryAttribute(L"Appearance")]
[DefaultValueAttribute(typeof(Color), L"Gray")]
[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