Initializes a new instance of the RdlString class. This overload parses the string to find out whether it is a constant or an expression.

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

Syntax

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

Parameters

s
Type: System..::..String
If this string starts with a '=' then it is interpreted as an expression, otherwise as a constant.

See Also