다음을 통해 공유


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 네임스페이스