Hi.
Im making a application in C# with a DatabaseDAO class. DatabaseDAO have som methods that returns DataSet.
The problem is that when im binding dataset to my subreport, the report goes blank. But if i only make a dataset with a table who has only 20 rows, my subreport is showing. (Sometimes more....)
I know that my dataset have only one table with 93 rows with pure data...
(My dataset works fine if I use it without a subreport...)
Is it possible to add more chart and give them uniq dataset without using the subreport !? Or do I have to use subreport !?
Please help if somebody have the same problem...
Best regards
Lasse Horgen
Edited by horgen - 28 May 2009 at 5:21am