Partager via


Propriété ImageMapAreaInstance.ToolTip

Gets the calculated tooltip of the ImageMapArea.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ToolTip As String 
    Get
'Utilisation
Dim instance As ImageMapAreaInstance 
Dim value As String 

value = instance.ToolTip
public string ToolTip { get; }
public:
property String^ ToolTip {
    String^ get ();
}
member ToolTip : string
function get ToolTip () : String

Valeur de propriété

Type : System.String
A string value that represents the calculated tooltip of the ImageMapArea.

Voir aussi

Référence

ImageMapAreaInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering