Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
The IExpression type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
GetDependencies | Gets the object's dependencies. |
![]() |
ToString | (Inherited from IFormattable.) |
Top
.gif)
.gif)