Converts a ReportSizeType value to a string representation as in the following table:
  • Inch"in"
  • Millimeter"mm"
  • Point"pt"
  • Centemeters"cm"

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

Syntax

C#
public static string ReportSizeTypeToString(
	ReportSizeType units
)
Visual Basic
Public Shared Function ReportSizeTypeToString ( _
	units As ReportSizeType _
) As String

Parameters

units
Type: C1.C1Rdl..::..ReportSizeType
A UnitTypeEnum to convert.

Return Value

The string representing units.

See Also