Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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)