Partager via


Interface IExpression

Represents an expression.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Interface IExpression _
    Inherits IFormattable
'Utilisation
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =  
    interface 
        interface IFormattable 
    end
public interface IExpression extends IFormattable

Le type IExpression expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Expression The expression string.
Propriété publique IsEmpty Indicates whether the evaluated expression is the empty cell value.
Propriété publique IsExpression Indicates whether Value contains an expression.
Propriété publique Value The value.

Haut de la page

Méthodes

  Nom Description
Méthode publique GetDependencies Gets the object's dependencies.
Méthode publique ToString (hérité de IFormattable.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.ReportingServices.RdlObjectModel