Supress blank page

  • 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

  • I have fixed thiis problem so please ignore

  • Can you post your fix, to help anybody else that does a search on the same issue?

  • Can you post how you fixed this? I would like to know, as I've run into the same issue. Thanks!

  • 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

  • Thanks so much!

  • 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