Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains a textual label for the item.
Syntax
<Textbox Name="..."> <!-- or Rectangle, Image, Subreport, List, Matrix, Table, Chart -->
...
<ToolTip>...</ToolTip>
...
</Textbox> <!-- or /Rectangle, /Image, /Subreport, /List, /Matrix, /Table, /Chart, -->
Element Characteristics
| Characteristic | Description |
|---|---|
Data type and length |
String |
Default value |
None |
Cardinality |
0-1: Optional element that can occur once or not at all. |
Element Relationships
| Relationship | Element |
|---|---|
Parent elements |
Chart, Image, List, Matrix, Rectangle, Subreport, Table, Textbox |
Child element |
None |
Hinweise
The ToolTip element contains an expression that evaluates to a string. The HTML rendering extension provided with SQL Server Reporting Services uses the ToolTip element to provide TITLE and ALT attributes. Other rendering extensions can use this element in other ways.
Siehe auch
Verweis
Report Definition XML Elements