IExpression Interfaccia

Definizione

Rappresenta un'espressione.

public interface class IExpression : IFormattable
public interface IExpression : IFormattable
type IExpression = interface
    interface IFormattable
Public Interface IExpression
Implements IFormattable
Derivato
Implementazioni

Proprietà

Expression

Stringa dell'espressione.

IsEmpty

Indica se l'espressione valutata corrisponde al valore di cella vuota.

IsExpression

Indica se Value contiene un'espressione.

Value

Valore.

Metodi

GetDependencies(IList<ReportObject>, ReportObject)

Ottiene le dipendenze dell'oggetto.

Si applica a