4

I am trying to set a page break on a sub report that is acting as a cover page.

Does andybody out there know how to do this ? Right now, I stretch the height of the report to force the page break.

I am using Visual Studio 2008 (SQL Server Business Intelligence Development Studio), SQL Server 2008 R2.

Much appreciated !

Jeffery

jeffreychi
  • 199
  • 3
  • 14

1 Answers1

5

Try the PageBreakAfter property of the subreport

More: How to: Add a Page Break (Reporting Services)

gbn
  • 422,506
  • 82
  • 585
  • 676