CustomFormat: String;
The CustomFormat property determines number format in the title value.
It is applied only to set up number format on pasting the value to the express report title. Depending on the selected format, use corresponding Template in the CustomFormat property from the table:
Format | Template | Input value | Displayed value |
Number | # ##0 # ##0,00 |
237,0 237 |
237 237,00 |
Currency | # ##0,00r $# ##0,00 €# ##0,00 |
237 237 237 |
237.00r $237,00 €237,00 |
Date | DD.MM.YYYY DD/MMM/YY |
1.5.98 1.5.1998 |
01.05.1998 01.05.98 |
Time | H:MM H:MM:SS H:MM AM/PM H:MM:SS AM/PM |
18:5 18:5:5 18:5 18:5 |
18:05 18:05:05 6:05 PM 6:05:05 PM |
Percentage | 0,00% | 237 | 23700,00% |
Exponential | 0,00E+00 | 237 | 2,37E+02 |
Text | @ | 237 | 237 |
NOTE. It is possible to determine your own format identically with the Custom data format.
The property use is given in the example for IGxTitle.FormattedText.
See also: