Hi,
- to make it a composite and retrieve it once for each and every master table row.
Re: Just to clarify the point : Using a getchild method, the nested report object would be connected and retrieved once for each and every master codes. Then how would it relate each other? Each crosstabbed data section would come under respective master code.
For e.g.
Code
1
1.CrossTabbed data
2
2.CrossTabbed data
3
3.CrossTabbed data
and so on.....
- to fake the crosstab report with painful retrieves or a sophisticated stored procedure. but as you say, the crosstab varies for every row.
- or have a datastore with the data to be cross tabbed and manually populate the nested "fake" crosstab report. Not that easy as the headers with need to be data too.