View Full Version : what is the xml pageheader attribute to show the header in f
Anonymous
05-15-2002, 06:21 PM
Hi,
I wnat to the pageheadre attribute name ana value to show the header in first page also.
Thanks,
Krishna
Anonymous
05-15-2002, 06:27 PM
Do you mean the "onfirstpage" attribute of the pageHeader element?
At least a formal description of the file format is given in the DTD. You may find it either in the jfreereport-res-0.7.2.jar file or at
"http://jfreereport.sourceforge.net/report.dtd"
as downloadable file.
Have more fun,
said Thomas
Btw.
A complete documentation is available for purchase from the JFreeReport web page.
Anonymous
05-15-2002, 09:29 PM
Thanks for the response. We have purchased the document already, but I didn't find the xml representation for the "onfirstpage" attribute. Do I need to set true or false for that. Right now I am using jfreereport-0.7.0 version. I need to down load the latest version.
Anonymous
05-16-2002, 01:31 AM
Hi Krishna,
The "firstpage" attribute is mentioned at the bottom of page 10 in the docs, but not example is provided. I'm working on a revision for the documentation now, so I'll fix that up.
In version 0.7.2, the attribute name has changed to "onfirstpage".
Regards,
DG.
Anonymous
05-16-2002, 03:02 PM
"onfirstpage" is "true" by default and you can set it to "false" to suppress the printing of the pageheader.
Have more fun,
said Thomas