Hai,
I have to format the number in data report to the followin Indian number system format i.e 23,00,000 or 1,12,00,000
Can any one help me to do for a textbox in report
Thanks in advance
Printable View
Hai,
I have to format the number in data report to the followin Indian number system format i.e 23,00,000 or 1,12,00,000
Can any one help me to do for a textbox in report
Thanks in advance
maybe u can check out the format() in msdn ?
Thread moved from "Database Development" forum to "Reporting" forum
You can use the "DataFormat" property of the text box. ie "#,###,###"