Share via


ReportExpression<T>.IsExpression Property

Gets a value that 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
True if this is an expression; otherwise, false.

Implements

IExpression.IsExpression

See Also

Reference

ReportExpression<T> Structure

Microsoft.ReportingServices.RdlObjectModel Namespace