Freigeben über


IExpression-Schnittstelle

Represents an expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Interface IExpression _
    Inherits IFormattable
'Usage
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =  
    interface 
        interface IFormattable 
    end
public interface IExpression extends IFormattable

Der IExpression-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Expression The expression string.
Öffentliche Eigenschaft IsEmpty Indicates whether the evaluated expression is the empty cell value.
Öffentliche Eigenschaft IsExpression Indicates whether Value contains an expression.
Öffentliche Eigenschaft Value The value.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode GetDependencies Gets the object's dependencies.
Öffentliche Methode ToString (Geerbt von IFormattable.)

Zum Anfang

Siehe auch

Verweis

Microsoft.ReportingServices.RdlObjectModel-Namespace