Initializes a new instance of the RdlSize class with a ReportSize value.

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

Syntax

C#
public RdlSize(
	ReportSize value
)
Visual Basic
Public Sub New ( _
	value As ReportSize _
)

Parameters

value
Type: C1.C1Rdl..::..ReportSize
The ReportSize constant.

See Also