IExpression インターフェイス
式を表します。
名前空間: 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 | 式の文字列。 | |
IsEmpty | 評価した式が空のセル値かどうかを示します。 | |
IsExpression | Value に式が含まれているかどうかを示します。 | |
Value | 値。 |
先頭に戻る