Proprietà ChartLegendCustomItemCell.ToolTipLocID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

The unique identifier for the ToolTip property.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ToolTipLocID As String 
    Get 
    Set
'Utilizzo
Dim instance As ChartLegendCustomItemCell 
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)

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

ChartLegendCustomItemCell Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel