Hi,
I put the telerik report viewer in a WebForm page and have integrated it into a MVC project to show any report designed by the designer(any .trdx file, and i don't what kind of input parametes will be included in the report).
Now I am trying to add the feature sending report as attachment by email. While doing that, I pop up a kendo UI window to allow user input receivers' email addresses (with kendo UI Mutiselect control).
The problem is that I found there is no way to get the Telerik report view control in my ajax submitted function to generate the report. I took a look at the article http://www.telerik.com/community/code-library/reporting/general/send-telerik-report-as-email-attachment.aspx
and know how to send telerik report by email, but what if the report has input parameters and user input that in the page and then want to send that report? how to set the parameters if i have no idea on what kind of parameters can be.
Can any one give me some suggestion on how to make it or provide a better solution? I am puzzled by calling between MVC and WebForm...
Thanks,
Leo