I have a crystal report (v10) which contains a subreport. Both the Main report and Subreport contain the same data, just presented differently.
As it stands the report queries the database for the main report and then queries it for each time it needs to load the subreport.
Rather than doing this is there a way that the subreport can reuse the existing data from the main report so it doesn't have to requery the database each time?
As it stands the report queries the database for the main report and then queries it for each time it needs to load the subreport.
Rather than doing this is there a way that the subreport can reuse the existing data from the main report so it doesn't have to requery the database each time?