Hi,
I have to display '%' symbol after a number for this I'm using the custom property
percentageStyle.Custom = "\"\"0%"
fot this property the original number is mutiplied with 100 and displayed .
can you please tell me how to display % symbol after the number without multiplying with 100.
Thank you.