If it is RDLC then you can set some properties in the Page Header Properties (See attached image).
If you want even more control you can disable the normal header and create it as a Tablix, then you can control if it will be repeated or not on the following pages and will not take up space on the blank pages.
BR
Torben
If you want the page header only on first page do these -
1. Don't use Page Header.
2. Use A header in Body Section of the Report.
3. I would suggest to create a separate table in body at the top. The table will contain only header section.
You can put all the fields in the first table within body and you will be able to achieve same.
Comments
OnPreSection field put
IF CurrReport.PAGENO <> 1 THEN CurrReport.SHOWOUTPUT(FALSE);
If you want even more control you can disable the normal header and create it as a Tablix, then you can control if it will be repeated or not on the following pages and will not take up space on the blank pages.
BR
Torben
If you want the page header only on first page do these -
1. Don't use Page Header.
2. Use A header in Body Section of the Report.
3. I would suggest to create a separate table in body at the top. The table will contain only header section.
You can put all the fields in the first table within body and you will be able to achieve same.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page