ReportItem.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.
Gets the string that contains an autogenerated identifier.
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 that contains the name that uniquely identifies this report item.
Remarks
The string contains the characters 0-9 and a-z only.
This identifier is unique for each item instance on the report.