How to sum displayed values in Visual studio

Dear Experts,

I am using Ax r2.

I want to know is there any expression to sum displayed values in visual studio.

Suppose i am getting values in the report that

Hyderabad : 200

Dubai : 300

Delhi : 400

USA : 500

So in total i need to show 200+300+400+500 = 1400.

I dont want to go to manage this thing in RDP class , i need to sum all displayed values in Design .

Please help me.

Thanks

Sreenu

I assume in Ax r2 means AX 2012 R2 and in Visual Studio means in a design of an SSRS report.

You’re lucky, because these things are very easy in SSRS reports. Look into SSRS documentation at Sum Function; it contains both explanation and examples.