BookmarkLink Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Contains the ID of a bookmark to jump to within the report.
Datatype Characteristics
Characteristic | Description |
---|---|
Data type and length |
String |
Default value |
None |
Element Relationships
Relationship | Element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
The BookmarkLink element is used to provide a link to a report item that contains a matching value in the Bookmark element belonging to that report item. The value for the BookmarkLink element must evaluate to the ID of a bookmark within the report. If no matching ID is found, the link is not included in the rendered report. If the bookmark is hidden, the report server displays the beginning of the page that contains the bookmark. If multiple bookmarks with the same ID are found, the report server displays the first bookmark found with that ID.
The Action element, which is the parent of BookmarkLink, must contain one and only one child element: Hyperlink, Drillthrough, or BookmarkLink. If you use either Hyperlink or Drillthrough as a child of Action, you cannot use BookmarkLink.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Adding Interactive Features