PrintFormat Property

The PrintFormat property is only available for a Label that is bound to an attribute with a Primitive Type of Number or Signed Number. The following table describes the values and identifies the Primitive Type to which they are applicable.

Value

Description

Primitive

Blank

Print nothing if value is zero

Signed Number

CR

Signed (CR or DR) numeric, default CR

Signed Number

-

Signed (CR or DR) numeric, default -

Signed Number

+

Signed (CR or DR) numeric, default +

Signed Number

$

Signed numeric, print nothing if the value is zero, print floating $ if non zero

Signed Number

*

Signed numeric, print asterisks if the value is zero

Signed Number

None

No formatting is applied

Number

DR

Defaults to DR

Signed Number

Z

Suppress leading zeros, print 0 if the value is zero

Number

X

Print nothing if the value is zero

Number