Właściwość ReportViewer.LinkDisabledColor —
Gets or sets the color of a disabled 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 LinkDisabledColor As Color
[WebBrowsableAttribute(true)]
public Color LinkDisabledColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color LinkDisabledColor {
Color get ();
void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member LinkDisabledColor : Color with get, set
function get LinkDisabledColor () : Color
function set LinkDisabledColor (value : Color)
Wartość właściwości
Typ: Color
A Color value indicating the color of the disabled link.