LinkToChild Element (RDL)
Contains the name of a child report item that is the target location for the document map label.
語法
<Rectangle Name="...">
...
<LinkToChild>...</LinkToChild>
...
</Rectangle>
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 element |
|
Child element |
None |
備註
You can use the LinkToChild element to cause the document map to point to a child of the report item. When a user clicks on the string defined by the sibling Label element, the report jumps to the child item defined by LinkToChild. If LinkToChild is not present, clicking on Label causes the report to jump to the parent report item.
LinkToChild is ignored if Label is not present.
請參閱
參考
Report Definition XML Elements
Label Element (Report Items) (RDL)