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

Text in subrepport is not showing completely


yavoyjope

Recommended Posts

hello i have a subreport that receive the id of a qwestion the subreport takes that id and shows the name of that id in a textfield, for some reason in the preview of the subreport works fine but when i try to preview it in the main report some of the names are not showing entirely

Here is the preview of my subreport

subreportview.png.e13c6fdc923282929e12ff002bfd277a.png

Here is the preview of my mainreport

viewmain.png.07e3d68353e3ee29ab11e011a5b95d00.png

Here is the view of my mainreport

mainpreview.png.101cff6960896c75f62b8ad618bad003.png

 

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

First it seems that your SubReport has the wrong page format (full size letter/A4 ??) but when you use it within a "surrounding" main report, (as shown in your screenshot)  you can't use the full page width as the SubReportElement itself is just a part of the calling main report. So either shrink the SubReport width to the calling element width or enlarge the SubReport-Element width to full page-with of MainReport.

Second it seems that you forgot to pass the (query) parameter (ID?) and/or the ReportConnection for the query from MainReport to SubReport, isn't it?
That would explain, why your subreport returns values when is executed standalone but doesn't show values when executed from MainReport.
just check the SubReport-Parameter at the SubReport-Element in your MainReport.

 

hth + regards

C-Box

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