Click here to Skip to main content
15,879,490 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends,

I m developing RDLC Matrix Report:

My Procedure is:

SQL
Select COUNT(*)AS No,R.sdist_Name,R.nDist_id,vj.sname,vj.nid
from Registration R
inner join District D ON D.distcd=R.Ndist_Id
Inner  Join Vali_job vj On vj.nId=R.nFather_job And vj.nstatus=2
Where D.nstate_id=1
Group by R.sdist_Name,R.nDist_id,vj.sname,vj.nid



But Problem is that ke when i add subtotal on report that does not display total of rows and column value


thanks Friends
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900