Converts a ReportSizeType value to the corresponding UnitTypeEnum value.

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

Syntax

C#
public static UnitTypeEnum ReportSizeTypeToUnit(
	ReportSizeType reportSizeType
)
Visual Basic
Public Shared Function ReportSizeTypeToUnit ( _
	reportSizeType As ReportSizeType _
) As UnitTypeEnum

Parameters

reportSizeType
Type: C1.C1Rdl..::..ReportSizeType
The ReportSizeType value to convert.

Return Value

The corresponding UnitTypeEnum value.

See Also