Compartir a través de


ReportViewer.LinkDisabledColor (Propiedad)

Obtiene o establece el color de un vínculo deshabilitado del control.

Espacio de nombres:  Microsoft.Reporting.WebForms
Ensamblado:  Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: Color
Un valor Color que indica el color del vínculo deshabilitado.

Vea también

Referencia

ReportViewer Clase

Microsoft.Reporting.WebForms (Espacio de nombres)