ReportProperty.IsExpression Property

Gets a value that indicates whether the value of the report property is an expression.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

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

Property Value

Type: System.Boolean
true if the value of the report property is an expression; otherwise, false.