Report.UniqueName Property

Definition

Gets the unique name for this 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 containing a unique identifier for the report.

Remarks

Returns a string that uniquely identifies this report item across the entire report. The string may only contain the characters 0-9 and a-z.

Applies to