Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
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 |
Remarks
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.
See Also
Reference
Report Definition XML Elements