Share via


IExpression.IsExpression Property

Indicates whether Value contains an expression.

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

Syntax

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

value = instance.IsExpression
bool IsExpression { get; }
property bool IsExpression {
    bool get ();
}
abstract IsExpression : bool
function get IsExpression () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

IExpression Interface

Microsoft.ReportingServices.RdlObjectModel Namespace