Converts the current size to its absolute value.

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

Syntax

C#
public ReportSize Abs { get; }
Visual Basic
Public ReadOnly Property Abs As ReportSize
	Get

Return Value

The absolute value of the current size.

See Also