Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
jassie
Constraint Violating Yak Guru
332 Posts |
Posted - 2010-03-06 : 10:27:08
|
I have the following questions about creating sql server 2008 reports: I am creating a report that will contain the following: a. page header with the title of the report, b. page footers that contain the page numbers, and c. table of contents to tie about 27 subreports together, d. several of the tables in the subreport will appear on more than one page.Thus, I would like to know how to tie all of this together. I am planning on doing the following: 1. Put the title of the report in a textbox control, 2. Somehow have logic in the tables to know to wrap to the next page if a table exceeds the page limit. Thus, could you make suggestions on how to tie all of this together? |
|
|
|
|