I'm using the Telerik report on a web site (3.5 Framework) and filters that I create at run-time are ignored. I can create these filters in the report designer, and they work, but I need to create them dynamically.
The data is coming from a stored procedure that creates temp tables and returns results. I've tried using a SqlDataSource and using the NeedDataSource to create a data adapter and supply the data.
Also, when working with the SqlDataSource, I do no see anything in the Data Explorer (but I believe another thread said that would happen if you aren't pulling directly from DB tables).
Any help would be appreciated.
The data is coming from a stored procedure that creates temp tables and returns results. I've tried using a SqlDataSource and using the NeedDataSource to create a data adapter and supply the data.
Also, when working with the SqlDataSource, I do no see anything in the Data Explorer (but I believe another thread said that would happen if you aren't pulling directly from DB tables).
Any help would be appreciated.