Jump to content
We've recently updated our Privacy Statement, available here ×

A Subreport Question


ktrinad

Recommended Posts

By: Jay Fleck - jayf23

A Subreport Question

2003-02-21 15:05

I created a master report and a subreport. When I compile the master report, the static text from the subreport appears correctly. However, the data fields in my subreport are not being filled in. I would assume that this has something to do with my subreport 'Connection Expression'. Per the JasperReports documentation and example, I set this to $P{REPORT_CONNECTION}, assuming that it would then use the same connection as the master report. However, when I compile I receive the message:

Warning: The supplied java.sql.Connection object is null.

And the subreport data fields are not appearing on the report.

 

Can anyone offer any help? Forgive me if I sound ignorant as I am trying to grasp these concepts which are all fairly new to me.

 

Thank You.

 

 

 

 

By: Giulio Toffoli - gt78

RE: A Subreport Question

2003-02-22 01:52

Ciao Jay,

 

Leave blank the query field in the compilation window. In this way, IReportCompiler pass the connection as Parameter to jasperReport filler, and not only the ResultSet, that is not useful for generating subreports and cause the Warning: The supplied java.sql.Connection object is null.

 

Good Luck

 

Giulio

 

 

 

 

 

 

By: Jay Fleck - jayf23

RE: A Subreport Question

2003-02-24 07:24

That worked!

 

Thank you very much, Giulio.

 

-Jay

Link to comment
Share on other sites

  • 3 years later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

hey guys...

i too have the same problem. My sub-report data is not being displayed. But my master report is displaying data. On the console getting following error -- "warning :the supplied java.sql.connection object is null in subreports"

 

 

Please help me out.. thanks in advance

Link to comment
Share on other sites

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...