ToolTip Element (RDL)
Contains a textual label for the item.
語法
<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 |
備註
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.
請參閱
參考
Report Definition XML Elements