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

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

Syntax

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

Parameters

unit
Type: C1.C1Rdl..::..ReportSizeType
Unit of measurement used by value.
value
Type: System..::..Double
Value, specified in unit units.

See Also