Compartir a través de


Interfaz IExpression

Represents an expression.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Interface IExpression _
    Inherits IFormattable
'Uso
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =  
    interface 
        interface IFormattable 
    end
public interface IExpression extends IFormattable

El tipo IExpression expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Expression The expression string.
Propiedad pública IsEmpty Indicates whether the evaluated expression is the empty cell value.
Propiedad pública IsExpression Indicates whether Value contains an expression.
Propiedad pública Value The value.

Arriba

Métodos

  Nombre Descripción
Método público GetDependencies Gets the object's dependencies.
Método público ToString (Se hereda de IFormattable.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel