I have a report in which I want to use a different sub-report for each detail item depending on a value in the item data. For example:
If type=1, Use sub-report Sub1
If type=2, Use sub-report Sub2
etc.
Is this possible? If so, how? I've tried putting a SubReport in the detail, and in the detail_ItemDataBound set the SubReport.ReportSource, but it doesn't seem to work. Any ideas gratefully received.
Thanks
Ross Crawford
If type=1, Use sub-report Sub1
If type=2, Use sub-report Sub2
etc.
Is this possible? If so, how? I've tried putting a SubReport in the detail, and in the detail_ItemDataBound set the SubReport.ReportSource, but it doesn't seem to work. Any ideas gratefully received.
Thanks
Ross Crawford