ReportItem.UniqueName Property

Definition

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.

Applies to