共用方式為


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.

頂端