Compartilhar via


Propriedade do RDL ChartLegendCustomItemCell.ToolTipLocID

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

The unique identifier for the ToolTip property.

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

Sintaxe

'Declaração
Public Property ToolTipLocID As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

ChartLegendCustomItemCell Classe

Namespace Microsoft.ReportingServices.RdlObjectModel