US and Worldwide: +1 (866) 660-7555
Results 1 to 4 of 4

Thread: Excluding rows from Report

  1. #1
    Join Date
    Mar 2003
    Posts
    4,947

    Default Excluding rows from Report

    Hi,

    I am a newcomer to JFreeReport and would like to know if there is a simple way to exclude some rows of a table (lets say the first and the last one) from printing?

    Regards
    Helmut

  2. #2
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Excluding rows from Report

    Hi,

    write a wrapper tablemodel which forwards the filtered requests to the wrapped model.

    In the cvs is an example, which allows you to create asubset view of an tablemodel, removing a couple of lines from the start and the end of the child tablemodel.

    Following the current release plan, better support for manipulating report tablemodels will be included in version 0.8.4.

    Have more fun,
    said Thomas

  3. #3
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Excluding rows from Report

    Hi,

    could you tell me the URL of the example?


    Thanks

  4. #4
    Join Date
    Mar 2003
    Posts
    4,947

    Default Re: Excluding rows from Report

    Hi,

    This tablemodel is at:

    http://cvs.sourceforge.net/cgi-bin/v...ableModel.java

    Have more fun,
    said Thomas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •