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