Compartir a través de


ChartLegendColumn.ToolTipLocID Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets 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 ChartLegendColumn 
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.

Vea también

Referencia

ChartLegendColumn Clase

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel