Initializes a new instance of the RdlSize class with as constant or expression specified as a string.

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

Syntax

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

Parameters

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

See Also