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 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
<WebBrowsableAttribute(True)> _
<DefaultValueAttribute(GetType(Color), "#FF3300")> _
<CategoryAttribute("Appearance")> _
Public Property LinkActiveHoverColor As Color
'Usage
Dim instance As ReportViewer
Dim value As Color
value = instance.LinkActiveHoverColor
instance.LinkActiveHoverColor = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), "#FF3300")]
[CategoryAttribute("Appearance")]
public Color LinkActiveHoverColor { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), L"#FF3300")]
[CategoryAttribute(L"Appearance")]
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