Gets or sets an RdlString that evaluates to the ID of a bookmark in the report to go to when this report item is clicked on.

(If no bookmark with this ID is found, the link will not be included in the report. If the bookmark is hidden, the link will go to the start of the page the bookmark is on. If multiple bookmarks with this ID are found, the link will go to the first bookmark.)

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlString BookmarkLink { get; set; }
Visual Basic
Public Property BookmarkLink As RdlString
	Get
	Set

See Also