Hi,
I used physical table to return data from Data provider class to SSRS report.
i set menuitem's NeedsRecord property to YES and it passes the current record as argument to controller and then to Data provider. but somehow getMyTableName method returns whole table instead of the record passed.
I tried putting where condition in this method but it doesn't work even after that.
So my question is about the table. Should it be Temporary table always and i need to insert my data to temporary table first and then return it from DP to SSRS Report?