Propriété ReportViewer.LinkDisabledColor
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)> _
<DefaultValueAttribute(GetType(Color), "Gray")> _
<SRDescriptionAttribute("LinkDisabledColorDesc")> _
<CategoryAttribute("Appearance")> _
Public Property LinkDisabledColor As Color
'Utilisation
Dim instance As ReportViewer
Dim value As Color
value = instance.LinkDisabledColor
instance.LinkDisabledColor = value
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), "Gray")]
[SRDescriptionAttribute("LinkDisabledColorDesc")]
[CategoryAttribute("Appearance")]
public Color LinkDisabledColor { get; set; }
[WebBrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Color), L"Gray")]
[CategoryAttribute(L"Appearance")]
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)
Valeur de la propriété
Valeur Color qui indique la couleur du lien désactivé.
Voir aussi
Référence
Classe ReportViewer
Membres ReportViewer
Espace de noms Microsoft.Reporting.WebForms