다음을 통해 공유


ReportItem.ToolTip 속성

Gets or sets a textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property ToolTip As ReportExpression 
    Get 
    Set
‘사용 방법
Dim instance As ReportItem 
Dim value As ReportExpression 

value = instance.ToolTip

instance.ToolTip = value
public ReportExpression ToolTip { get; set; }
public:
property ReportExpression ToolTip {
    ReportExpression get ();
    void set (ReportExpression value);
}
member ToolTip : ReportExpression with get, set
function get ToolTip () : ReportExpression 
function set ToolTip (value : ReportExpression)

속성 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A textual label for the report item.

참고 항목

참조

ReportItem 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스