Gets or sets an expression that evaluates to the ID of a bookmark within the report to which to navigate when the report item is clicked.
Visual Basic (Declaration) | |
---|---|
Public Property BookmarkLink As ExpressionInfo |
C# | |
---|---|
public ExpressionInfo BookmarkLink {get; set;} |
Property Value
An ExpressionInfo object that evaluates to the ID of a bookmark within the report to which to navigate when the report control is clicked.If no bookmark with this ID is found, the link is not included in the report. If the bookmark is hidden, the link goes to the start of the page of the bookmark. If multiple bookmarks with the ID are found, the link goes to the first one.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2