How To Format the Decimal Number in RDLC as like "hi-IN"?
-
Hi Iam using VS2010 Widows Applications. rdlc reports, reportviewer control. With my report, I have a textBox Value like the below =FormatNumber(First(Fields!inv_grand_total.Value, "DataSet1"),2) It's showing the output like 10,368,785.44 But I wish to have 1,03,68,785.44 Is it possible..? Thanks :thumbsup:
-
Hi Iam using VS2010 Widows Applications. rdlc reports, reportviewer control. With my report, I have a textBox Value like the below =FormatNumber(First(Fields!inv_grand_total.Value, "DataSet1"),2) It's showing the output like 10,368,785.44 But I wish to have 1,03,68,785.44 Is it possible..? Thanks :thumbsup:
You could try writing your own FormatProvider as in this example.
The good thing about pessimism is, that you are always either right or pleasently surprised.
-
Hi Iam using VS2010 Widows Applications. rdlc reports, reportviewer control. With my report, I have a textBox Value like the below =FormatNumber(First(Fields!inv_grand_total.Value, "DataSet1"),2) It's showing the output like 10,368,785.44 But I wish to have 1,03,68,785.44 Is it possible..? Thanks :thumbsup:
Try setting the
Language
property of your report to "hi-IN".
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer