Jump to content
JasperReports Library 7.0 is now available ×

displaying column header when no data in rs


2004 IR Help

Recommended Posts

By: JAmol - jamol

displaying column header when no data in rs

2005-09-19 03:13

hello friends,

we are developing jasper report with only APIs.

we are able to do it properly but problem is when there is no data is retrived we can see nothing on report where we expect column header must be there even data is not available .

Any one know why it is so , any solution.

 

Thanks

 

 

 

 

By: Matihost - matihost

RE: displaying column header when no data in

2005-09-19 03:16

https://sourceforge.net/forum/forum.php?thread_id=1351911&forum_id=113530

 

 

 

 

By: JAmol - jamol

RE: displaying column header when no data in

2005-09-19 05:30

hi matihost

 

thanks buddy for ue help ,

Well I am designing using API so

following statements related to ur reply did my job.

 

JasperDesign.setWhenNoDataType(JasperReport.WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL);

JasperReport.setWhenNoDataType(JasperReport.WHEN_NO_DATA_TYPE_ALL_SECTIONS_NO_DETAIL);

 

thanks once again.

Link to comment
Share on other sites

  • Replies 0
  • 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...