Shared subreport between nested subreports

xXAshuraXx

New Member
I have an xml data and I'm using SSRS to convert it to PDF. I have nested data and so I'm using subreports. In one of the cases, i have two subreports Sub1 and Sub2 coming from 1 Main report, who are calling a common subreport SubSub1. SubSub1 has some common data and further has subreports for data specifically related to Sub1 And Sub2. Is there a way to achieve this? \[code\]<MainReport> <Sub1> <SubSub1> <data> </data> </SubSub1> </Sub1> <Sub2> <SubSub1> <data> </data> </SubSub1> <Sub2><MainReport>\[/code\]
 
Back
Top