NumericFieldFormat Members

Allows you to get and set the numeric format options for any number field in a report.

The following tables list the members exposed by the NumericFieldFormat type.

Public Properties

Property Description
Public property CurrencySymbolFormat  Gets or sets the currency symbol type.
Public property DecimalPlaces  Gets or sets the number of decimal places.
Public property EnableUseLeadingZero  Gets or sets the option to use a leading zero for decimal values.
Public property NegativeFormat  Gets or sets the negative format type.
Public property RoundingFormat  Gets or sets the rounding format type.

Top

See Also

Reference

CrystalDecisions.CrystalReports.Engine Namespace