Initializes a new instance of the ReportSize type.

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

Syntax

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

Parameters

s
Type: System..::..String
The string representation of the size.

Remarks

An exception is thrown if s does not represent a valid size.

See Also