Report.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 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.