Hi,
I have created a tablix for Test Results History as shown below. All components are added inside of a Rectangle (container).
Issue:
1) This table failed to show full resultset; recordset got truncated. The query returns 316 records, table displays only 239 records, where 240th record got truncated. Please see below screenshot.
Investigations/Analysis:
1) I tested with another query that returns 54 records; all records are displayed. Another query that returns 585; only 215 records are displayed. It seems that the number of records is not the limiting factor; the length of the tablix, or the Rectangle (container) may possibly be the culprit.
Question:
How do I fix this? Please help!