ReportViewer.LinkActiveColor 属性

获取或设置控件中的活动链接的颜色。

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

语法

声明
<WebBrowsableAttribute(True)> _
Public Property LinkActiveColor As Color
    Get
    Set
用法
Dim instance As ReportViewer
Dim value As Color

value = instance.LinkActiveColor

instance.LinkActiveColor = value
[WebBrowsableAttribute(true)]
public Color LinkActiveColor { get; set; }
[WebBrowsableAttribute(true)]
public:
property Color LinkActiveColor {
    Color get ();
    void set (Color value);
}
[<WebBrowsableAttribute(true)>]
member LinkActiveColor : Color with get, set
function get LinkActiveColor () : Color
function set LinkActiveColor (value : Color)

属性值

类型:System.Drawing.Color
一个 Color 值,用于指明活动链接的颜色。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WebForms 命名空间