a little new to Reporting Services 2005, but can somebody show me how to display an object on every page? I have a sub report that I use and I wish for it to display on every page.
As well, is it possible to keep items in a List object together? For example, my List dynamically grows, but I wish to keep the items in the list together on the same page. Right now, the items split onto different pages.
Any help or comments is greatly appreciated. Thanks in advace!To display the sub-report on every page, just create a table, place the sub-report in the table header, then mark the table header repeated on each page. For the second question, try setting the KeepTogether property on the List.
No comments:
Post a Comment