Initializes a new instance of the ReportSize type.

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

Syntax

C#
public ReportSize(
	ReportSizeType reportSizeType,
	double value
)
Visual Basic
Public Sub New ( _
	reportSizeType As ReportSizeType, _
	value As Double _
)

Parameters

reportSizeType
Type: C1.C1Rdl..::..ReportSizeType
The size unit used by value.
value
Type: System..::..Double
The size value, in reportSizeType units.

See Also