Share via


ReportExpression.IsExpression Property

Indicates whether this is an expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property IsExpression As Boolean
    Get
'Usage
Dim instance As ReportExpression
Dim value As Boolean

value = instance.IsExpression
public bool IsExpression { get; }
public:
virtual property bool IsExpression {
    bool get () sealed;
}
abstract IsExpression : bool
override IsExpression : bool
final function get IsExpression () : boolean

Property Value

Type: System.Boolean
A Boolean value.

Implements

IExpression.IsExpression