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. |
页首