Birt headers and footers

Is it possible to add headers and footers to a birt report programmatically? I need to add page numbers, number of pages, page n of m, date and filename and the like. I know how to do this in eclipse report designer, but I need to do it in java. Is it possible?

+3


source to share


1 answer


This is possible with Java. While this is a much more general tutorial, check out the link below. Also note that you can find more links online on how to create BIRT tutorials using Java.



https://wiki.eclipse.org/Java_-_Build_Dynamic_Table_(BIRT)

0


source







All Articles