Page 1 of 1

Currency group size - multiple group sizes

Posted: Mon Aug 21, 2023 4:15 am
by JoshS
Hi,

Is it possible to have multiple currency group sizes for formatting? For example, en-IN (India) is formatted as 3 digits in the right most group, and 2 digits in all other groups (eg. 12,34,56,789.00)
This is supported in .NET CultureInfo, wondering if it is possible in the report or if it would be possible in future.

Image

Thanks in advance!

Re: Currency group size - multiple group sizes

Posted: Mon Aug 21, 2023 10:48 pm
by Lech Kulikowski
Hello,

You can use the Culture property of the report.

Thank you.

Re: Currency group size - multiple group sizes

Posted: Wed Aug 23, 2023 10:52 pm
by JoshS
Thanks for the tip - would this have any impact on other parts of the report?

Currently we're just setting the currency format specifically for currency fields

Re: Currency group size - multiple group sizes

Posted: Thu Aug 24, 2023 7:11 am
by Lech Kulikowski
Hello,

Yes, that option for all components formats.

Thank you.

Re: Currency group size - multiple group sizes

Posted: Fri Aug 25, 2023 5:15 am
by JoshS
Can you please add support for it in StiCurrencyFormatService too? Currently that will only support a single group size

Re: Currency group size - multiple group sizes

Posted: Sat Aug 26, 2023 5:32 pm
by Lech Kulikowski
Hello,

You can use the custom format:
https://learn.microsoft.com/en-us/dotne ... at-strings

Thank you.