I created a report using SQL Report Server project. I was able to retrieve my data without any problem. I am having a hard time to format the data correctly: when somebody access the report he will have the option to export it to PDF file
Here is how I would like to format the PDF File:
Test (title)
Department : A Mike Jebson
St Address State City
14111 NC Test
12541 NC Test2
Page 1
For the second user I will have all the above template to be Repeated again
------------------------------------------------------------------------------------------------------------
Test (title)
Department : B George Jebson
St Address State City
14111 NC Test
12541 NC Test2
Page 2
I could not make it to copy the title in the second page. This is what I have so far
------------------------------------------------------------------------------------------------------------
Test
Mike Jebson
St Address State City
14111 NC Test
12541 NC Test2
Department : A George Jebson
14111 NC Test
12541 NC Test2
Department : B Steve J
14111 NC Test
12541 NC Test2
I want the whole template to be repeated for each user. I do group by name but still I canĄŻt repeat title and the lines for each page. It will put everything under one title. Is there a design screen for pdf Or i just need to do everything in the layout tab for the report then expor it as a PDF


