Propriedade do RDL ToolTipLocID

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 ChartTitle
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.