I have a main report which has 3 separate Subreports. The main report has 2 formulas @FromDate and @ToDate which are passed into the report as parameters. I then want to use the values of @FromDate and @Todate as start and end dates for the record selection in each of the 3 subreports. I have tried using shared variables, however, I get problems with the evaluation time of the formula for Subreport record selection. Can I use Subreport Linking - at the moment my Subreports are unlinked.
Alternatively is it possible to pass parameters directly into the subreports from my calling application?
Alternatively is it possible to pass parameters directly into the subreports from my calling application?