2.287.1 Action.BookmarkLink

The Action.BookmarkLink element specifies the ID of the bookmark that is located in a report to go to when the containing report item for this action is clicked. This element is optional.

The value of this element MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String. If a bookmark with the specified ID is not found, the link MUST NOT be included in the report. If the bookmark is hidden, the link MUST go to the start of the page on which the bookmark is located. If multiple bookmarks with this ID are found, the link MUST go to the bookmark that appears first in the report.

Following is the parent element of the Action.BookmarkLink element.

Parent elements

Action

The following is the XML Schema definition of the Action.BookmarkLink element.

 <xsd:element name="BookmarkLink" type="xsd:string" minOccurs="0">