Compartir a través de


ToolTipLocID Propiedad

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

The unique identifier for the ToolTip property.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String
A string value.