October 11, 2013 at 9:07 am
I am trying to get the column associated with the table in the header so that it comes with a group on page at a time.
So, I add this column in the table and on the Header use Reportitems!columnname.value but when I hide the column in the table , the data associated in the header get invisible too.
I think thats the way SSRS works. But is there a work around?
I don't want it in table but need to display in the header.
October 11, 2013 at 1:25 pm
Change the color of the font for the field, in the report body to white and then keep the header a visible color like black.
October 11, 2013 at 1:46 pm
Now it displays fine in the header but when I export it in pdf ,
the first page shows data on the header but the 2nd page is a copy of 1st but has no data.
is it because the columns are actually there just that the color is white ....
October 14, 2013 at 6:29 am
If there is no data on the 2nd page, there will be nothing to pass to the header. Unless I am not understanding?
October 14, 2013 at 11:16 am
Changing : Consumecontainerwhitespace to true helped get all data on one page 🙂
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply