This is a migrated thread and some comments may be shown as answers.

how to hide the page header in 2nd Page of the report

4 Answers 583 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Siva
Top achievements
Rank 1
Siva asked on 26 Jul 2012, 02:32 PM
Hi,

i have report with page header section,  i set the "printonfirstpage" property  false for pageheadersection, that's y my page header didn't show up in firstpage , it shows from 2nd to lastpage. 
now my question is i want to hide the page header in 2nd page also.. i want show up from 3rd page to lastpage.
how can i achieve this. please help to my issue.

Thanks in Advance
Siva

4 Answers, 1 is accepted

Sort by
1
Steve
Telerik team
answered on 27 Jul 2012, 08:49 AM
Hi Siva,

You can add a Binding to the page header section for the Visible property with the following Expression:

= IIF(PageNumber = 2, False, True)

You can check the attached screenshot if you have doubts.

Greetings,
Steve
the Telerik team

BLOGGERS WANTED! Write a review about Telerik Reporting or the new Report Designer, post it on your blog and get a complimentary license for Telerik Reporting. We’ll even promote your blog and help bring you a few fresh readers. Yes, it’s that simple. And it’s free. Get started today >

0
Siva
Top achievements
Rank 1
answered on 27 Jul 2012, 12:51 PM
i Appreciate Steve it's working fine. Thanks For u r reply
0
Ankush
Top achievements
Rank 1
answered on 18 Jun 2019, 06:35 AM
If I don't know the page number. And I want to hide the page header section if GroupHeader section are visible. How can I achieve this?
0
Todor
Telerik team
answered on 20 Jun 2019, 01:27 PM
Hi Ankush,

It is not possible to access the properties of one section (e.g. Group Header) in another (e.g. Page Header). You may test to use a similar Expression like the one that controls the Group Header Visible property also in the Page Section. Whether this is possible and will lead to the desired results depends strongly on the layout of the report and the setting of the data sources.
You may send us a sample report demonstrating the scenario for local investigation.

Regards,
Todor
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Siva
Top achievements
Rank 1
Answers by
Steve
Telerik team
Siva
Top achievements
Rank 1
Ankush
Top achievements
Rank 1
Todor
Telerik team
Share this question
or