共用方式為


IExpression 介面

Represents an expression.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Interface IExpression _
    Inherits IFormattable
'用途
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =  
    interface
        interface IFormattable
    end
public interface IExpression extends IFormattable

IExpression 型別公開下列成員。

屬性

  名稱 說明
公用屬性 Expression The expression string.
公用屬性 IsEmpty Indicates whether the evaluated expression is the empty cell value.
公用屬性 IsExpression Indicates whether Value contains an expression.
公用屬性 Value The value.

上層

方法

  名稱 說明
公用方法 GetDependencies Gets the object's dependencies.
公用方法 ToString (繼承自 IFormattable。)

上層