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 继承。)

页首