Hi All,
I have been trying to replace unsupported feature Rows to Disk for the reports in our code base. Each of these reports have numerous nested reports, with each report having a SP as a datasource.
What I could think of is to check the number of rows in retrieverow() event and stop the retrieval, if rows retrieved matches a huge number. But this will cause performance issues.
Any suggestions?
Thanks in advance.