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