言語

Group.ID プロパティ

定義

レポート項目の識別子を取得します。

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

プロパティ値

レポート項目の識別子を含む String 値。

注釈

識別子は定義上一意ですが、各データ行ごとに繰り返されます。

適用対象