ReportItem.ToolTip 속성

정의

보고서 항목과 연결된 도구 설명 텍스트를 가져오거나 설정합니다.

public:
 property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
public string ToolTip { get; set; }
member this.ToolTip : string with get, set
Public Property ToolTip As String

속성 값

도구 설명의 텍스트를 포함하는 String 값입니다.

적용 대상