ReportItem.Bookmark Property

Definition

Gets or sets the bookmark for this item on the report.

public:
 property System::String ^ Bookmark { System::String ^ get(); void set(System::String ^ value); };
public string Bookmark { get; set; }
member this.Bookmark : string with get, set
Public Property Bookmark As String

Property Value

A String value that contains the bookmark for the item on the report.

Remarks

It is the user's responsibility to make the bookmarks unique.

Applies to