ReportItem.UniqueName 屬性

定義

取得字串,其中包含自動產生的識別碼。

public:
 property System::String ^ UniqueName { System::String ^ get(); };
public string UniqueName { get; }
member this.UniqueName : string
Public ReadOnly Property UniqueName As String

屬性值

String

String 值,其中包含可唯一識別此報表項目的名稱。

備註

此字串只包含字元0-9 和 a-z。

此識別碼對於報表上的每個專案實例而言是唯一的。

適用於