You can specify a format for numeric and date values by updating the Format property of its text box with a formatting string. For example, you can set a text box for a numeric field to display the number as currency.
Various format available are:
Currency Decimal Scientific Fixed-point General Number Percentage Round-trip Hexadecimal
=Format(Fields!Price.Value, "C")
Various format available are:
Currency Decimal Scientific Fixed-point General Number Percentage Round-trip Hexadecimal
=Format(Fields!Price.Value, "C")
No comments:
Post a Comment