Jump to content

Horizontal print doesn't show as expected


titan115

Recommended Posts

Hi,everyone,

I have a new  default jrxml created by iReport,and i modified the properties like bellow,

Report:

           Print order    Horizontal

           Columns    5

          Column Width    111

Detail band

           Print When Expression    Boolean.valueOf($F{id}.intValue() % 2 == 0)

 

I enter 10 values(100~109),I get the report like bellow:

100           102           104

         106            108

but the report as i expect should like bellow:

100  102  104  106  108

 

What's wrong?

Thanks

titan115

 



Post Edited by titan115 at 04/27/2010 07:57
Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...