다음을 통해 공유


ReportExpression 멤버

Represents a report expression.

ReportExpression 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ReportExpression(Boolean) Initializes a new instance of the ReportExpression class.
공용 메서드 ReportExpression(DateTime) Initializes a new instance of the ReportExpression class.
공용 메서드 ReportExpression(Int32) Initializes a new instance of the ReportExpression class.
공용 메서드 ReportExpression(Single) Initializes a new instance of the ReportExpression class.
공용 메서드 ReportExpression(String) Initializes a new instance of the ReportExpression class.
공용 메서드 ReportExpression(String, EvaluationMode) Initializes a new instance of the ReportExpression class.

맨 위로 이동

메서드

  이름 설명
공용 메서드정적 멤버 BuildFieldReference(String) Build a reference to a field.
공용 메서드정적 멤버 BuildFieldReference(String, String) Build a reference to a field.
공용 메서드정적 멤버 BuildFunctionCall Build a function call expression.
공용 메서드정적 멤버 BuildGlobalReference Build a global reference.
공용 메서드정적 멤버 BuildParameterReference(String) Build a parameter reference.
공용 메서드정적 멤버 BuildParameterReference(String, String) Build a parameter reference.
공용 메서드정적 멤버 BuildUserReference Build a reference to a user.
공용 메서드 Equals Tests the equality of the current instance with another expression. (ValueType. . :: . .Equals(Object)을(를) 재정의합니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드정적 멤버 GetFieldReference Gets a field reference.
공용 메서드 GetHashCode Gets a unique hash code for the current instance. (ValueType. . :: . .GetHashCode() () () ()을(를) 재정의합니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
공용 메서드정적 멤버 IsAggregateExpression Indicates whether an expression is an aggregate.
공용 메서드정적 멤버 IsExpressionString Indicates whether a string is an expression.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString() () () () Converts the current ReportExpression instance to a string. (ValueType. . :: . .ToString() () () ()을(를) 재정의합니다.)
공용 메서드 ToString(String, IFormatProvider) Converts the current ReportExpression instance to a string.

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality(String, ReportExpression) Tests the equality of two expressions.
공용 연산자정적 멤버 Equality(ReportExpression, ReportExpression) Tests the equality of two expressions.
공용 연산자정적 멤버 Equality(ReportExpression, String) Tests the equality of two expressions.
공용 연산자정적 멤버 Explicit Narrowing Explicit Explicit Explicit(ReportExpression to String) Converts a ReportExpression object to an expression string.
공용 연산자정적 멤버 Implicit Widening Implicit Implicit Implicit(String to ReportExpression) Converts an expression string to a ReportExpression object.
공용 연산자정적 멤버 Inequality(String, ReportExpression) Tests the inequality of two expressions.
공용 연산자정적 멤버 Inequality(ReportExpression, ReportExpression) Tests the inequality of two expressions.
공용 연산자정적 멤버 Inequality(ReportExpression, String) Tests the inequality of two expressions.

맨 위로 이동

속성

  이름 설명
공용 속성 DataType The data type of the evaluated expression.
공용 속성정적 멤버 Empty An empty expression.
공용 속성 EvaluationMode The evaluation mode.
공용 속성 Expression The expression string.
공용 속성 IsEmpty Indicates whether the expression is empty.
공용 속성 IsExpression Indicates whether this is an expression.
공용 속성 Value The value of the expression.

맨 위로 이동