Bookmark.UniqueName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.