SpankySpanky
Programmer
I'm only starting out with CR. What I want to do it use a single dataset containing a large number of records, and use it to supply a number of subreports with different views into the data.
I wanted to avoid reloading more or less the same dataset for each subreport, if I could get away with using the same dataset, similar to the way different dataviews see different views of a dataset. I understand this is possible in VB2005 but not in VS2003 (I use 2003).
1) Is this possible somehow?
2) Alternatively, could I load the dataset and destroy it after generating each subreport and have the subreports retain the data without the underlying dataset still being live?
Thanks for any comments.
I wanted to avoid reloading more or less the same dataset for each subreport, if I could get away with using the same dataset, similar to the way different dataviews see different views of a dataset. I understand this is possible in VB2005 but not in VS2003 (I use 2003).
1) Is this possible somehow?
2) Alternatively, could I load the dataset and destroy it after generating each subreport and have the subreports retain the data without the underlying dataset still being live?
Thanks for any comments.