次の方法で共有


ReportExpression.Expression プロパティ

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

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

構文

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

value = instance.Expression

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

プロパティ値

型: System.String
式の文字列。

実装

IExpression.Expression

関連項目

参照

ReportExpression 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間