ReportViewer.LinkActiveHoverColor Property

Gets or sets the color of the active link in the control while the mouse pointer is over the link.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<DefaultValueAttribute(GetType(Color), "#FF3300")> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property LinkActiveHoverColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color

value = instance.LinkActiveHoverColor

instance.LinkActiveHoverColor = value
[DefaultValueAttribute(typeof(Color), "#FF3300")] 
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
public Color LinkActiveHoverColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"#FF3300")] 
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
public:
property Color LinkActiveHoverColor {
    Color get ();
    void set (Color value);
}
/** @property */
public Color get_LinkActiveHoverColor ()

/** @property */
public void set_LinkActiveHoverColor (Color value)
public function get LinkActiveHoverColor () : Color

public function set LinkActiveHoverColor (value : Color)

Property Value

A Color value indicating the color of the active link in hover state.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace