Answered by:
group value in page header is not displaying in all the pages..

Question
-
Hi Friends,
I have a scenario where i have to display the group value in Page header in each page.
Ex:
Page Header: Campus:Senior -- Page1
Group:Senior
Details: Boys :22
girls:20
Page 2: Campus:Junior
Group:Junior
Details: Boys :22
girls:20
I am calling the group name value in page header as ReportItems!txt.value but it is displaying correctly in only first page but not in the consecutive pages...Please help me
Thanks,
Sam
Thursday, August 14, 2014 11:36 PM
Answers
-
Hi Samhith,
According to your description, you want to show the group name in each page header dynamically. Right?
In this scenario, it seems you have set page bread between each group instance. So we can just use ReportItems to show the value in corresponding textbox. Please make the sure you type the textbox of group name. Your expression supposed to be correctly as we tested in our local environment. Here are report design and result for your reference:
Reference:
ReportItems Collection References (Report Builder and SSRS)If you have any question, please feel free to ask.
- Proposed as answer by BI_Support Sunday, August 17, 2014 4:41 PM
- Marked as answer by Samhith Monday, August 18, 2014 12:27 AM
Sunday, August 17, 2014 2:46 PM
All replies
-
Hi Samhith,
According to your description, you want to show the group name in each page header dynamically. Right?
In this scenario, it seems you have set page bread between each group instance. So we can just use ReportItems to show the value in corresponding textbox. Please make the sure you type the textbox of group name. Your expression supposed to be correctly as we tested in our local environment. Here are report design and result for your reference:
Reference:
ReportItems Collection References (Report Builder and SSRS)If you have any question, please feel free to ask.
- Proposed as answer by BI_Support Sunday, August 17, 2014 4:41 PM
- Marked as answer by Samhith Monday, August 18, 2014 12:27 AM
Sunday, August 17, 2014 2:46 PM -
Hi Simon,
Thanks for your answer,after displaying group value in page header it is working fine in normal view mode but when i view it in print layout mode interestingly i am getting new error.if i remove the expression from the page header ReportItems!Campus.value then i can view the report in print layout mode.Please help me.
Thanks,
Sam.
Monday, August 18, 2014 12:06 AM -
There are couple of workarounds specified here
http://support.microsoft.com/kb/940521/en
see if this helps
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs
- Edited by Visakh16MVP Monday, August 18, 2014 4:13 AM
Monday, August 18, 2014 4:09 AM