ReportViewer.LinkActiveColor Property

Gets or sets the color of an active link in the control.

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

Syntax

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

value = instance.LinkActiveColor

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

/** @property */
public void set_LinkActiveColor (Color value)
public function get LinkActiveColor () : Color

public function set LinkActiveColor (value : Color)

Property Value

A Color value indicating the color of the active link.

See Also

Reference

ReportViewer Class
ReportViewer Members
Microsoft.Reporting.WebForms Namespace