Hello, I have two questions, I'm creating a report data model in Visual Studio using Data provider and Contract classes, however I've been asked to design the report in this way:
Project name
field1 | fieldn |
value | value |
Project name 2
field1 | fieldn |
value | value |
I mean, for every project name, create like a "table" with only the records for the project name, then for project 2 do the same, and so on, but I don't know how to create this kind of design or if it's possible.
Also, I have inserted the number of page you're are right now and the total of pages in the footer area of the report, but if the table in the body grows, the number of page does not follow that increase to the right and stays in the same place, how can I make it follow the body area so I can always have it to the right of the report? thanks in advanced, please have a nice day!