Propiedad ReportViewer.LinkDisabledColor

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
<DefaultValueAttribute(GetType(Color), "Gray")> _
<CategoryAttribute("Appearance")> _
<WebBrowsableAttribute(True)> _
Public Property LinkDisabledColor As Color
'Uso
Dim instance As ReportViewer
Dim value As Color

value = instance.LinkDisabledColor

instance.LinkDisabledColor = value
[DefaultValueAttribute(typeof(Color), "Gray")] 
[CategoryAttribute("Appearance")] 
[WebBrowsableAttribute(true)] 
public Color LinkDisabledColor { get; set; }
[DefaultValueAttribute(typeof(Color), L"Gray")] 
[CategoryAttribute(L"Appearance")] 
[WebBrowsableAttribute(true)] 
public:
Color LinkDisabledColor {
    Color get ();
    void set (Color value);
}
/** @property */
public Color get_LinkDisabledColor ()

/** @property */
public void set_LinkDisabledColor (Color value)
public function get LinkDisabledColor () : Color

public function set LinkDisabledColor (value : Color)

Valor de la propiedad

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

Consulte también

Referencia

Clase ReportViewer
Miembros ReportViewer
Espacio de nombres Microsoft.Reporting.WebForms