다음을 통해 공유


ReportExpression(T) 멤버

Represents an expression in the report.

ReportExpression< (Of < ( <'T> ) > ) > 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 ReportExpression< (Of < ( <'T> ) > ) >(String) Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class.
공용 메서드 ReportExpression< (Of < ( <'T> ) > ) >(T) Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class.
공용 메서드 ReportExpression< (Of < ( <'T> ) > ) >(String, IFormatProvider) Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Tests the equality of the Value property with another object. (ValueType. . :: . .Equals(Object)을(를) 재정의합니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode Gets a unique hash code for this instance. (ValueType. . :: . .GetHashCode() () () ()을(를) 재정의합니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드정적 멤버 Parse Parses a string value into a ReportExpression<(Of <(<'T>)>)> object.
공용 메서드 ToString() () () () Converts the current ReportExpression<(Of <(<'T>)>)> object to a string. (ValueType. . :: . .ToString() () () ()을(를) 재정의합니다.)
공용 메서드 ToString(String, IFormatProvider) Converts the current ReportExpression<(Of <(<'T>)>)> object to a string.

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality(String, ReportExpression< (Of < <' (T> ) > > )) Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Equality(T, ReportExpression< (Of < <' (T> ) > > )) Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Equality(ReportExpression< (Of < <' (T> ) > > ), ReportExpression< (Of < <' (T> ) > > )) Tests the equality between two ReportExpression<(Of <(<'T>)>)> objects.
공용 연산자정적 멤버 Equality(ReportExpression< (Of < <' (T> ) > > ), String) Tests the equality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Equality(ReportExpression< (Of < <' (T> ) > > ), T) Tests the equality between an object and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Explicit Narrowing Explicit Explicit Explicit(ReportExpression< (Of < <' (T> ) > > ) to T) Converts the value of a ReportExpression<(Of <(<'T>)>)> to an object of type T.
공용 연산자정적 멤버 Explicit Narrowing Explicit Explicit Explicit(ReportExpression< (Of < <' (T> ) > > ) to String) Converts the value of a ReportExpression<(Of <(<'T>)>)> to a string.
공용 연산자정적 멤버 Implicit Widening Implicit Implicit Implicit(Nullable< (Of < <' (T> ) > > ) to ReportExpression< (Of < <' (T> ) > > )) Converts a Nullable<(Of <(<'T>)>)> object to a ReportExpression<(Of <(<'T>)>)>.
공용 연산자정적 멤버 Implicit Widening Implicit Implicit Implicit(T to ReportExpression< (Of < <' (T> ) > > )) Converts an object of type T to a ReportExpression<(Of <(<'T>)>)>.
공용 연산자정적 멤버 Inequality(String, ReportExpression< (Of < <' (T> ) > > )) Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Inequality(T, ReportExpression< (Of < <' (T> ) > > )) Tests the inequality between an object of type T and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Inequality(ReportExpression< (Of < <' (T> ) > > ), ReportExpression< (Of < <' (T> ) > > )) Tests the inequality between two ReportExpression<(Of <(<'T>)>)> objects.
공용 연산자정적 멤버 Inequality(ReportExpression< (Of < <' (T> ) > > ), String) Tests the inequality between an expression and a ReportExpression<(Of <(<'T>)>)> object.
공용 연산자정적 멤버 Inequality(ReportExpression< (Of < <' (T> ) > > ), T) Tests the inequality between an object of type T and a ReportExpression<(Of <(<'T>)>)> object.

맨 위로 이동

속성

  이름 설명
공용 속성 Expression The expression value.
공용 속성 IsEmpty Indicates whether the expression object is empty.
공용 속성 IsExpression Whether this is an expression.
공용 속성 Value The calculated value.

맨 위로 이동