Właściwość ReportViewer.LinkActiveColor —
Gets or sets the color of an active link in the control.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
<WebBrowsableAttribute(True)> _
Public Property LinkActiveColor As Color
[WebBrowsableAttribute(true)]
public Color LinkActiveColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color LinkActiveColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member LinkActiveColor : Color with get, set
function get LinkActiveColor () : Color
function set LinkActiveColor (value : Color)
Wartość właściwości
Typ: Color
A Color value indicating the color of the active link.