ReportExpression.Expression プロパティ

定義

式の文字列を取得または設定します。

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

プロパティ値

式の文字列。

実装

適用対象