From: Bob D. <bd...@si...> - 2005-10-25 15:37:11
|
Hi! On Mon, 2005-10-24 at 20:15 -0400, Devonium Developer wrote: > First of all, this is a great project! Please keep up the good work! > > I have been trying to use the rlib feature to suppress the PageHeader on > the first page of some reports I am generating. I will not post the > whole thing since the only issue with the report is actually suppressing > the page header. > > This is the report parameters I am trying: > <Report fontSize="9" orientation="landscape" > suppressPageHeaderFirstPage="yes"> > > > I have also tried these to no avail: > suppressPageHeaderFirstPage="'yes'" > suppressPageHeaderFirstPage=1 > suppressPageHeaderFirstPage="1" > suppressPageHeaderFirstPage="'1'" > I fixed this and put out a prerelease of RLIB for you to try (Earlier Email) > P.S. Will changing report fonts be supported soon? Could be. Whats holding that back right now is font loading in RPDF. It's not the most exciting thing to work on ;) - bob |