I can count the rows in the dataset that the table consumes, but this doesn't return the right value as the data in the table is grouped.
I need to know the table size in order to dynamically size a chart that appears along side the table.
CountRows is obviously no good as you have to be in the scope of the table, which I'm not.
Any ideas?