다음을 통해 공유


ReportExpression.Expression 속성

Gets or sets the expression string.

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

구현

IExpression.Expression

참고 항목

참조

ReportExpression 구조

Microsoft.ReportingServices.RdlObjectModel 네임스페이스