Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents an expression.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Interface IExpression _
Inherits IFormattable
'Usage
Dim instance As IExpression
public interface IExpression : IFormattable
public interface class IExpression : IFormattable
type IExpression =
interface
interface IFormattable
end
public interface IExpression extends IFormattable
Der IExpression-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetDependencies | Gets the object's dependencies. |
![]() |
ToString | (Geerbt von IFormattable.) |
Zum Anfang
.gif)
.gif)