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
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
1
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
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
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
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