Converts the current size to specified units.

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

Syntax

C#
public double Convert(
	ReportSizeType toUnits
)
Visual Basic
Public Function Convert ( _
	toUnits As ReportSizeType _
) As Double

Parameters

toUnits
Type: C1.C1Rdl..::..ReportSizeType
The target units.

Return Value

The converted value, in toUnits

See Also