I have a windows application (VS2008 C#) with a single dataset (dataset.xsd file). I have a crystal report that I set the datasource to this dataset and it works fine. The problem is that I have a subreport that I created and used the same dataset. For some reason only the text headers show up on the subreport, no data. The first column of the data is a line number so I am passing the line # link to the sub report as I want to display additional data for each line in the subreport. I tried removing the subreport link but still no data appears on the subreport. Any suggestions?
Thanks Paul.