So, I'm binding a DataSource to LINQ query in the ItemDataBinding event. My detail section is generating a member for each item in this list, but *sometimes* the cross tab in the detail section will be completely blank.
The detail section is getting some data -- I have a textbox in it with =Fields.Name that is properly populating 100% of the time. However, the crosstab binding to =ReportItem.DataObject.Name (and any other information relating to this DataObject) is simply blank.
Unsure how to diagnose or proceed. Please help!