We have a report which has a List element in it.
The whole report is bound to a .NET list of a data-class. The class has a property which is .NET list of a different data-class.
For some reason, this List is adding extra "empty" items at the end of our actual data.
For example,
In the above screenshot, the list to which the List is bound, has only 4 items (the red arrow is where i'm putting out the dataList.Count).
Yet you can see that after putting out the 4 valid data items, it then added two additional empty items with no data in them ($0 by 1/1/1).
Why it is adding extra items that are NOT in the dataList, and how do we get it to stop that? Those last two items should just be empty, nothing there, no text. So the List SHOULD be generating an output that looks like this: