Converts a string to the corresponding ReportSizeType value.

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

Syntax

C#
public static ReportSize Parse(
	string s
)
Visual Basic
Public Shared Function Parse ( _
	s As String _
) As ReportSize

Parameters

s
Type: System..::..String
A string to convert.

Return Value

A ReportSize representing the size specified by s.

See Also