Expand Minimize
This topic has not yet been rated - Rate this topic

BookmarkLink Element

SQL Server 2000

BookmarkLink Element

Contains the ID of a bookmark to jump to within the report.

<Action>
   <BookmarkLink>...</BookmarkLink>
</Action>
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. For additional information, see "Remarks."

Element Relationships

Relationship Element
Parent element Action
Child element 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 bookmark with the 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 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

Report Definition XML Elements

Hyperlink Element

Drillthrough Element

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.