IExpression 介面

定義

表示運算式。

public interface class IExpression : IFormattable
public interface IExpression : IFormattable
type IExpression = interface
    interface IFormattable
Public Interface IExpression
Implements IFormattable
衍生
實作

屬性

Expression

運算式字串。

IsEmpty

指出評估的運算式是否為空白資料格值。

IsExpression

指出 Value 是否包含運算式。

Value

值。

方法

GetDependencies(IList<ReportObject>, ReportObject)

取得物件的相依性。

適用於