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

プロパティ値

レポートのプロパティに関連する文字列です。

適用対象