Bookmark.UniqueName Property

Definition

Returns a string that uniquely identifies this bookmark across the entire report.

public:
 property System::String ^ UniqueName { System::String ^ get(); };
public string UniqueName { get; }
member this.UniqueName : string
Public ReadOnly Property UniqueName As String

Property Value

A string value containing a unique name for this bookmark.

Remarks

The string will only contain characters 0-9 and a-z.

Applies to