Hi,
For Packing Slips Report greater than one page, I don't want to print the entire header. This will allow more room for items(body) to appear on a page.
Simply I have to print in the upper right hand corner the Sales order number alone from second page on wards and occupy the header space for body.
I selected all header controls and gave Hidden Expression =IIF(Globals.PageNumber=1,False,true)
There for my header is displayed only for first page and from second page header is not displayed but the header space remains .
Now i have to replace the header space to body space from second page on wards and display the sales order number alone in right top .
How can I achieved this.
Please suggest me .