请检查下表。
表格1
Key Title Type
----------------------
A1 Test1 A
A2 Test2 A
B1 Test1 B
B2 Test2 B
B3 Test3 B
C1 Test1 C
C2 Test2 C
表2
Id Name Address A B C
---------------------------------------------------
1 Soham Add1 A1 B1,B3 C2
2 Varun Add2 A1,A2 B1,B2,B4 C1
我的 rdlc 报告看起来像 Id = 1
Name : Soham
Address : Add1
Type : A
A1 - Yes
A2 - No
Type : B
B1 - Yes
B2 - No
B3 - Yes
B4 - No
Type : C
C1 - No
C2 - Yes
和报告看起来像 Id = 2
Name : Varun
Address : Add2
Type : A
A1 - Yes
A2 - Yes
Type : B
B1 - Yes
B2 - Yes
B3 - No
B4 - Yes
Type : C
C1 - Yes
C2 - No
如果我不使用子报告,我怎么能在单个查询中实现。或者我如何使用子报告来实现这一点