Initializes a new instance of the RdlBool class. The s string is parsed to determine whether it represents a constant or an expression.

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

Syntax

C#
public RdlBool(
	string s
)
Visual Basic
Public Sub New ( _
	s As String _
)

Parameters

s
Type: System..::..String
If s starts with a '=' then it is interpreted as an expression, otherwise it is converted to a Boolean.

See Also