ReportItem.UniqueName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得字串,其中包含自動產生的識別碼。
public:
property System::String ^ UniqueName { System::String ^ get(); };
public string UniqueName { get; }
member this.UniqueName : string
Public ReadOnly Property UniqueName As String
屬性值
String 值,其中包含可唯一識別此報表項目的名稱。
備註
此字串只包含字元0-9 和 a-z。
此識別碼對於報表上的每個專案實例而言是唯一的。