Sdílet prostřednictvím


ChartLegendCustomItem.ToolTipLocID Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The unique identifier for the ToolTip property.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ToolTipLocID As String 
    Get 
    Set
'Usage
Dim instance As ChartLegendCustomItem 
Dim value As String 

value = instance.ToolTipLocID

instance.ToolTipLocID = value
public string ToolTipLocID { get; set; }
public:
property String^ ToolTipLocID {
    String^ get ();
    void set (String^ value);
}
member ToolTipLocID : string with get, set
function get ToolTipLocID () : String 
function set ToolTipLocID (value : String)

Property Value

Type: System.String
A string value.

See Also

Reference

ChartLegendCustomItem Class

Microsoft.ReportingServices.RdlObjectModel Namespace