Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Contains a textual label for the item.
Syntaxe
<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 |
Notes
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.
Voir aussi
Référence
Report Definition XML Elements