Propriété ToolTipLocID
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
The unique identifier for the ToolTip property.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ToolTipLocID As String
Get
Set
'Utilisation
Dim instance As ChartLegendCustomItem
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)
Valeur de propriété
Type : System. . :: . .String
A string value.
Voir aussi