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.

Thanks in advance!