Share via


NegativeFormat Enumeration

Specifies the negative format in the NegativeFormat property of the NumericFieldFormat class.

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

Syntax

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

Members

Member Description
Bracketed Negative values in parentheses.
LeadingMinus Minus sign appears to the left of the value.
NotNegative Negative numbers print as a positive value.
TrailingMinus Minus sign appears to the right of the value.

Inheritance Hierarchy

Object
   ValueType
      Enum
         NegativeFormat

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace