Share via


ReportViewer.LinkDisabledColor 属性

获取或设置控件中的禁用链接的颜色。

命名空间:  Microsoft.Reporting.WebForms
程序集:  Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)

语法

声明
<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)

属性值

类型:Color
一个 Color 值,用于指明禁用链接的颜色。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间