I have designed a report which is picking up the records from a sharepoint list with around 40-50 fields in it. As I was not able to fit all in a list view, therefore I designed the report in a profile view. I did this by using tables and putting the fields in the 'header' of the table rather than the 'Detail' section.
The report is looking quite good. As there can be more then one records I use the 'Last' function in order to ensure that the latest records are displayed.
What shall I do if I want to display all the records. Meaning each record can come on a new page. Is there something I can do, to do this.
Thanks
Amad
Set the PageBreakAtEnd property to true on each table you have.
|||I need to display different blocks of information. e.g. Student Basic Information, Student Contact Information, Student Course Information etc.
For each block I have a made a separate table. I have rows of 'Header' type since if I take the 'Details' type of rows then rows will be displayed on one page. All the blocks of information are displayed on one page. Therefore each page contains information for one student
By your solution its giving a page break between two tables (or groups of information). What I want, is to display each student int a new page.
Thanks
|||IIRC you can set grouping information on a list control, so you can place your tables in a list control, set the grouping to student name or ID, and have a page break at the end of each list.
sql
No comments:
Post a Comment