Frik Venter
SSC Rookie
Points: 26
More actions
August 18, 2005 at 6:17 am
#114848
How do I only show the page header onthe first page of a report. I don't want to waste the space on the subsequent pages.
Cheers
Frik
Dave Klug
SSCertifiable
Points: 5811
August 19, 2005 at 5:46 am
#583477
Place what you'd like to appear on the first page in the report body rather than the header. If you need to page break after your new header, place the controls into a rectangle and set the Page Break After property to true.
ofir shoval
Ten Centuries
Points: 1278
August 20, 2005 at 11:46 pm
#583778
U can place the controls into a rectangle(as told in the last post) and set the visibility property=iif( Globals!PageNumber =1,False,True)
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply