February 19, 2009 at 1:42 am
Hi all
I have a couple of tables on a report and the "page break at end " property of each table is set to true. i have set the visibility property of each table to a condition on the expression clause.
My problem is a blank page is always left in PDF when a table is invisible.
Does anyone know how to supress these blank pages
Regards
February 19, 2009 at 2:51 am
I have fixed thiis problem so please ignore
February 20, 2009 at 8:11 am
Can you post your fix, to help anybody else that does a search on the same issue?
February 24, 2009 at 12:33 pm
Can you post how you fixed this? I would like to know, as I've run into the same issue. Thanks!
February 25, 2009 at 7:21 am
Soory for the late reply
to fix the problem you insert the table in a rectange(which inturn is in a rectangle). so your table is inside two rectangles. you then insert the visibility property on the outermost rectange like IIf(trim(fileds!test.value = ""),true,false). remove the visibilty on the table.
Insert a page break at end on the table(ie tick the checkbox).
This solves the problem,
i hope that what you are looking for.
Regards
February 25, 2009 at 7:33 am
Thanks so much!
February 25, 2009 at 8:56 am
Hi,
I did not try to solve the exact problem posted here,
but i know a thing which solves the blank page problem..
There is an option in the Report Properties of the Properties Pane called, "ConsumeContainerWhitespace"...set this property to "True"
or else there is a trick...
if u insert a blank textbox whose width is same as the body width, then you will not see the blank page anymore
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply