Partager via


ReportViewer.LinkDisabledColor, propriété

Obtient ou définit la couleur d'un lien désactivé dans le contrôle.

Espace de noms :  Microsoft.Reporting.WebForms
Assembly :  Microsoft.ReportViewer.WebForms (dans Microsoft.ReportViewer.WebForms.dll)

Syntaxe

'Déclaration
<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)

Valeur de propriété

Type : Color
Valeur Color qui indique la couleur du lien désactivé.

Voir aussi

Référence

ReportViewer Classe

Microsoft.Reporting.WebForms, espace de noms