I have read through the documentation and to my understanding it is NOT possible to pass a parameter from an .aspx page directly to the SQL statement in the data table. I need to pull the data in its entirety and use parameters on the report to “filter” out what is not needed. Is this correct?
My issue is I need to pass a parameter to the WHERE clause of my SQL query to pull different users by a certain type. Unfortunately, because of the way our tables are setup I must programmatically switch between two separate queries or (data tables) depending on which user type is chosen. Also, pulling everything from our database and filtering at the report level has huge impacts on our report’s performance and I would like to stay away from that if possible.
Hi, I am facing problems publishing a site to the server. It works fine on my machine (on Vs 2010 enviroment), but when it is running on the server, the images which should represent the telerik report toolbar with a printer button doesn't appear (there are two "X" icons instead).
I'm using IE9.
Can anybody help me, have you got any idea what have I missed?
Thanks a lot, in advance.