Groups > Asp .Net > Advanced ASP.NET SQL Server Reporting Services > Re: Problem with page breaks and large amount of text




Re: Problem with page breaks and large amount of text

Re: Problem with page breaks and large amount of text
Tue, 2 May 2006 16:51:14 +0000
Here's an example. To illustrate, I'm just pulling back the Article Title and
the Article Details. I made the table background dark just so to distinguish it
from the rest of the page.

http://www.1uvaknd.com/pagebreaktest.pdf

This is in VS2003 preview mode. Take a look at page 2. The page size is huge in
comparison with the other pages.

http://www.1uvaknd.com/pagebreaktest_page1.jpg
http://www.1uvaknd.com/pagebreaktest_page2.jpg
http://www.1uvaknd.com/pagebreaktest_page3.jpg

Anyone else run into this?

Thanks

Richard.
Post Reply
Re: Problem with page breaks and large amount of text
Mon, 8 May 2006 17:51:47 +0000
If you ever resolved this I would be interested in your resolution as I am
having a very simular issue.

Thank You

Ed
Post Reply
Re: Problem with page breaks and large amount of text
Fri, 12 May 2006 12:42:44 +000
EdneyHolder:

I have come up with a solution/workaround. Put all the tables into a List
object. Then take the large text column out of the table and place it in the
list object itself. As long as the large text column is NOT in a table but in a
List object - it seems to work much better.

Richard.
Post Reply
about | contact