다음을 통해 공유


IExpression.Expression 속성

The expression string.

네임스페이스:  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
A string value.

참고 항목

참조

IExpression 인터페이스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스