Freigeben über


ReportExpression-Member

Represents a report expression.

Der ReportExpression-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ReportExpression(Boolean) Initializes a new instance of the ReportExpression class.
Öffentliche Methode ReportExpression(DateTime) Initializes a new instance of the ReportExpression class.
Öffentliche Methode ReportExpression(Int32) Initializes a new instance of the ReportExpression class.
Öffentliche Methode ReportExpression(Single) Initializes a new instance of the ReportExpression class.
Öffentliche Methode ReportExpression(String) Initializes a new instance of the ReportExpression class.
Öffentliche Methode ReportExpression(String, EvaluationMode) Initializes a new instance of the ReportExpression class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche MethodeStatischer Member BuildFieldReference(String) Build a reference to a field.
Öffentliche MethodeStatischer Member BuildFieldReference(String, String) Build a reference to a field.
Öffentliche MethodeStatischer Member BuildFunctionCall Build a function call expression.
Öffentliche MethodeStatischer Member BuildGlobalReference Build a global reference.
Öffentliche MethodeStatischer Member BuildParameterReference(String) Build a parameter reference.
Öffentliche MethodeStatischer Member BuildParameterReference(String, String) Build a parameter reference.
Öffentliche MethodeStatischer Member BuildUserReference Build a reference to a user.
Öffentliche Methode Equals Tests the equality of the current instance with another expression. (Überschreibt ValueType. . :: . .Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche MethodeStatischer Member GetFieldReference Gets a field reference.
Öffentliche Methode GetHashCode Gets a unique hash code for the current instance. (Überschreibt ValueType. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche MethodeStatischer Member IsAggregateExpression Indicates whether an expression is an aggregate.
Öffentliche MethodeStatischer Member IsExpressionString Indicates whether a string is an expression.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString() () () () Converts the current ReportExpression instance to a string. (Überschreibt ValueType. . :: . .ToString() () () ().)
Öffentliche Methode ToString(String, IFormatProvider) Converts the current ReportExpression instance to a string.

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality(String, ReportExpression) Tests the equality of two expressions.
Öffentlicher OperatorStatischer Member Equality(ReportExpression, ReportExpression) Tests the equality of two expressions.
Öffentlicher OperatorStatischer Member Equality(ReportExpression, String) Tests the equality of two expressions.
Öffentlicher OperatorStatischer Member Explicit Narrowing Explicit Explicit Explicit(ReportExpression to String) Converts a ReportExpression object to an expression string.
Öffentlicher OperatorStatischer Member Implicit Widening Implicit Implicit Implicit(String to ReportExpression) Converts an expression string to a ReportExpression object.
Öffentlicher OperatorStatischer Member Inequality(String, ReportExpression) Tests the inequality of two expressions.
Öffentlicher OperatorStatischer Member Inequality(ReportExpression, ReportExpression) Tests the inequality of two expressions.
Öffentlicher OperatorStatischer Member Inequality(ReportExpression, String) Tests the inequality of two expressions.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DataType The data type of the evaluated expression.
Öffentliche EigenschaftStatischer Member Empty An empty expression.
Öffentliche Eigenschaft EvaluationMode The evaluation mode.
Öffentliche Eigenschaft Expression The expression string.
Öffentliche Eigenschaft IsEmpty Indicates whether the expression is empty.
Öffentliche Eigenschaft IsExpression Indicates whether this is an expression.
Öffentliche Eigenschaft Value The value of the expression.

Zum Anfang