c# - Show value 2 digits after comma in RDLC -


i have rdlc report. value in rdlc report 4 digits after decimal place. aim display value 2 digits after decimal place.

but, when export excel real value , click @ cell 4 digits after decimal place.

what know set value @ format in textbox properties in rdlc, don't know value of properties achieve that.

example:

real value: 1,000.4567 displayed value: 1,000.46 

you can set format property of report text box #,##0.0000


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -