Interfaccia IExpression

Represents an expression.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

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

Nel tipo IExpression sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Expression The expression string.
Proprietà pubblica IsEmpty Indicates whether the evaluated expression is the empty cell value.
Proprietà pubblica IsExpression Indicates whether Value contains an expression.
Proprietà pubblica Value The value.

In alto

Metodi

  Nome Descrizione
Metodo pubblico GetDependencies Gets the object's dependencies.
Metodo pubblico ToString Ereditato da IFormattable.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel