Folks:
I am a little new to CR. I am writing a bunch of CRs with VS .NET 2005. All of my reports have parameters. I am currently using Selection formulas approach. I would like to know if there is a big penalty in performance if I am using this approach vs. callling stored procedure, and bind it to the report.
Most of my reports returns > 2000 records if no data are filtered.
I speculate right now that the CR engine might load all data in the memory and filter the data on the server.
Let me know
Thx
-- Hai

Selection formulas vs. Stored procedure
ausmock
Both ways don't have much difference in performance if the report selection formula is simple. I suggest you try one report with two ways to compare.