Private
Sub
subFilesAttached_ItemDataBound(
ByVal
sender
As
Object
,
ByVal
e
As
EventArgs) _
Handles
subFilesAttached.ItemDataBound
Dim
subReport
As
SubReport = sender
Dim
report
As
Processing.Report = subReport.InnerReport
subReport.Visible = report.ChildElements.Find(
"detail"
,
True
).Length > 0
End
Sub
FullName |
ShippingAddress |
ShippingDate |
TrackingNumbers |
ItemNum |
ItemDescription |
Units |
|
Doe, John |
12345 ABC Road Sample City, ST 123456 |
8/1/2012 |
1Z123456789123456 |
123456789 |
This Is An Example Description 1 |
124 |
|
Doe, John |
12345 ABC Road Sample City, ST 123456 |
8/1/2012 |
1Z123456789654231 |
1Z2345678 |
This Is An Example Description 2 |
0 |
|
Doe, John 2 |
654321 ABC Road Sample City, ST 123456 |
8/1/15 |
1Z123456789123456 |
123456789 |
This Is An Example Description 2 |
124 |
|
Doe, John 2 |
654321 ABC Road Sample City, ST 123456 |
8/1/15 |
1Z123456789654231 |
1Z2345678 |
This Is An Example Description 2 |
0 |
|
Doe, John 3 |
145623 ABC Road Sample City, ST 123456 |
8/1/15 |
1Z123456789123456 |
123456789 |
This Is An Example Description |
124 |
|
Doe, John 3 |
145623 ABC Road Sample City, ST 123456 |
8/1/15 |
1Z123456789123456 |
1Z2345678 |
This Is An Example Description |
0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|