Share via


CurrencySymbolFormat Enumeration

Specifies the currency symbol in the CurrencySymbolFormat property of the NumericFieldFormat class.

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

Syntax

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

Members

Member Description
FixedSymbol Position of currency symbol to be at the far left of the field. Extra spaces will be left between the symbol and the currency value if the field is justified to the right.
FloatingSymbol Position of currency symbol to be as close to the currency amount as possible.
NoSymbol Currency symbol will not be displayed.

Inheritance Hierarchy

Object
   ValueType
      Enum
         CurrencySymbolFormat

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace