Quantcast
Viewing all articles
Browse latest Browse all 2791

How To Remove decimal points in ssrs report

Hi i have created an ssrs report by using look up function to retrieve data from second datasetby using below expression=IIF(IsNothing(Join(LookupSet(Fields!Fin_Indicator_Desc.Value,Fields!Fin_Indicator_Desc.Value,Code.FormattedString(Fields!Resource_Count.Value),"DataSet_ResourceCount"), Constants.VbCrLf)),0,Join(LookupSet(Fields!Fin_Indicator_Desc.Value,Fields!Fin_Indicator_Desc.Value,Code.FormattedString(Fields!Resource_Count.Value),"DataSet_ResourceCount"), Constants.VbCrLf))My Problem is iam getting deciaml points even i changed the textbox propertiesto decimal values to zero and show values in thousands3,345,622.0045,677.22like that iam gettingi don't want decimal points i want value only....i.e,. 3,345,622can any one pls suggest me how to do this....

Viewing all articles
Browse latest Browse all 2791

Trending Articles