Share via


RoundingFormat Enumeration

Specifies the rounding format for numbers in the RoundingFormat property of the NumericFieldFormat class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration RoundingFormat
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration RoundingFormat : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
RoundToBillionth Number rounded to 9 decimal places.
RoundToHundred Number rounded to hundreds digit.
RoundToHundredMillionth Number rounded to 8 decimal places.
RoundToHundredth Number rounded to 2 decimal places.
RoundToHundredThousand Number rounded to hundred thousands digit.
RoundToHundredThousandth Number rounded to 5 decimal places.
RoundToMillion Number rounded to millions digit.
RoundToMillionth Number rounded to 6 decimal places.
RoundToTen Number rounded to 6 decimal places.
RoundToTenBillionth Number rounded to 10 decimal places.
RoundToTenMillionth Number rounded to 7 decimal places.
RoundToTenth Number rounded to 1 decimal place.
RoundToTenThousand Number rounded to ten thousands digit.
RoundToTenThousandth Number rounded to 4 decimal places.
RoundToThousand Number rounded to thousands digit.
RoundToThousandth Number rounded to 3 decimal places.
RoundToUnit Number rounded to ones digit.

Inheritance Hierarchy

Object
   ValueType
      Enum
         RoundingFormat

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace