Skip to main content



      Home
Home » Archived » BIRT » Pagination In Birt Viewer
Pagination In Birt Viewer [message #250718] Wed, 01 August 2007 04:57 Go to next message
Eclipse UserFriend
Hi,

Can you some one please help me, How pagination has been Implemented in
Birt Viewer.

Thankful if provided some over view on this.



.........Venkat
Re: Pagination In Birt Viewer [message #250733 is a reply to message #250718] Wed, 01 August 2007 06:39 Go to previous message
Eclipse UserFriend
As of now i am doing some thing like

HTMLRenderOption options = new HTMLRenderOption();
options.setOutputFileName(path+outputfileName +"."+outputFormat);
options.setOutputFormat(outputFormat);
options.setEmbeddable(true);
options.setHtmlPagination(true);


the above code giving me header repeat for 150 records , how to reduce
this count
Previous Topic:no image display in excel using birt v2.2
Next Topic:Adding XSD scheme to XML DataSource using api
Goto Forum:
  


Current Time: Sun Nov 09 22:22:03 EST 2025

Powered by FUDForum. Page generated in 0.07224 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top