Avoiding page breaks in reports

  • Thread starter Gudni G. Sigurdsson
  • Start date
G

Gudni G. Sigurdsson

Hi.
I am NOT working with Access reports but with VS2005 reports and C#, but I
have not been able to find an appropriate MS discussion group.

My problem is this:
I have a report (.rdlc) where I have a list object, list1, and anothher list
object, list2, within the first one. Both list objects contain textboxes
populated by values from a dataset (SQL Server). Now, when list1 does not
fit completely on a page a new page is begun. Properties PageBreakAtEnd,
PageBreakAtStart and KeepTogether are all set to False for both list objects.
I would like to fill my pages and continue list1 on the following page, not
having a page e.g. 65% or 75% full. What can I do?

What would be the correct discussion group for this question?

Regards,
Gudni
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top