言語

ReportItem.Custom プロパティ

定義

レポート定義内の Custom タグの内容を取得します。

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

プロパティ値

Customタグを含むStringの値です。

適用対象