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. |
上層