다음을 통해 공유


IExpression 인터페이스

Represents an expression.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Interface IExpression _
    Inherits IFormattable
‘사용 방법
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =  
    interface
        interface IFormattable
    end
public interface IExpression extends IFormattable

IExpression 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Expression The expression string.
공용 속성 IsEmpty Indicates whether the evaluated expression is the empty cell value.
공용 속성 IsExpression Indicates whether Value contains an expression.
공용 속성 Value The value.

맨 위로 이동

메서드

  이름 설명
공용 메서드 GetDependencies Gets the object's dependencies.
공용 메서드 ToString (IFormattable에서 상속됨)

맨 위로 이동