次の方法で共有


IExpression.Expression プロパティ

式の文字列。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Property Expression As String 
    Get 
    Set
'使用
Dim instance As IExpression 
Dim value As String 

value = instance.Expression

instance.Expression = value
string Expression { get; set; }
property String^ Expression {
    String^ get ();
    void set (String^ value);
}
abstract Expression : string with get, set
function get Expression () : String 
function set Expression (value : String)

プロパティ値

型: System.String
string 値。

関連項目

参照

IExpression インターフェイス

Microsoft.ReportingServices.RdlObjectModel 名前空間