Hi,
We are using your ASP.NET AJAX Telerik control for the last two and half years in one of our enterprise applications . Right now we are exploring the possibility of using Telerik reporting control in order to utilize built in print functionality for some of our reporting pages.
The scenario we are trying to achieve is as follows...
The report definition are in a seperate class library. Using Report viewer control in a asp.net application.
In a webform we are having a custom web control in the top of a page where the user can select some search criteria. When the user invoke a search button , need to populate the report viewer control that is below the custom control by the data returned from a WCF service.
The problem is while submitting the search button the report viewer control only displays the tool bar without any data. If we select any export format from the dropdown list, the exported report contains data as expected from the wcf service. What we are expecting is the report viewer control should have data once the user selects search criteria and invoke the search button in a webform so that they can print the report directly.
P.S. In the preview mode it contains only the Page and report header only.
Thanks in advance for your help.
Regards
Prabhu
I have attached a sample screen shot for reference below