Set a line under every Data in Master-Detail
I want following:
I have a user list (UserDataList) and Departentlist (AllUsersToDepartmentList). I create a Master-Band for "UserDataList" and put name und firstname on my report. Then I add a Detail-Band for "AllUsersToDepartmentList" and connected with UserDataList.UserId to AllUsersToDepartmentList.UserId.
My report works fine - until here.
Now I want to add a line under every User/Department-List.
USER1
DEPT1
DEPT2
---------------------
USER2
DEPT1
DEPT2
-----------------------
But i dont find the rigt soultion. If i put a Child on the Master, then the line is beetwen user and departments
If a make footer on Detail, then it only print, when Details are available