Gets the object value if the current object contains a constant. Throws an exception if the current object contains an expression.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Object Value { get; }
Visual Basic
Public ReadOnly Property Value As Object
	Get

See Also