Interface IExpression
Represents an expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
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
O tipo IExpression expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Expression | The expression string. | |
IsEmpty | Indicates whether the evaluated expression is the empty cell value. | |
IsExpression | Indicates whether Value contains an expression. | |
Value | The value. |
Início
Métodos
Nome | Descrição | |
---|---|---|
GetDependencies | Gets the object's dependencies. | |
ToString | (Herdado de IFormattable.) |
Início