[RESOLVED] Another CR Subreport Issue?
I'm using Crystal Reports 11. I have a report that contains 3 subreports. When I run the report from my VB.Net app, it appears first in the Print Preview form. On one subreport...one of the fields doesn't show data (I know there is data in this field). However, when I click on the subreport to show just that subreport...the field in question displays the data. Any idea what can cause this?
Thanks,
Re: Another CR Subreport Issue?
I figured it out. My report width was not wide enough. Essentially it was truncating the entire field in normal view of the entire report. It only showed the field when I collapsed the subreport which somehow made the report width wider.