ReportFilterCondition.Property プロパティ

定義

レポートのプロパティに関連付けられているテキストを取得します。値の設定も可能です。

public:
 property System::String ^ Property { System::String ^ get(); void set(System::String ^ value); };
public string Property { get; set; }
member this.Property : string with get, set
Public Property Property As String

プロパティ値

レポートのプロパティに関連付けられている文字列。

適用対象