Hi Support,
I am new to Reporting Service. I want to know what is the best approach for maximizing the performance with Telerik Reporting.
Currently I am working on a project, "Report Module". Initially, I was displaying data in RadGrid Control with Linq. The performanace is satisfied. But, it doesn't look good when user wants to print the result out. That's why I decided to use Telerik Reporting instead which can produce WYSIWYG elegantly.
What I want to do is, I would like to keep my application in Linq. How can I pass the data from linq to the datasource in Reporting class library dynamically? Most of my reports have several parametters.
Please advise,
Sandy