I have an rdlc report which gets executed from aspx page using reportviewer control in asp.net 2.0 . Now users want this report to be mailed to them in EXCEL/PDF format by changing the period parameter values (like every forth night period from and period to will change) . I can do this using console application for changing parameter value . However I am not aware how to catch the response , export the executed rdlc to excel or PDF and add it as attachment to mail etc .
Has anyone done this type of work before? Please spare your valuable time to send solution or links of any useful article .
I know subscription is possible in reporting server 2000/2005 . However , We don't have seperate reporting server and hence limited to web server
Bhat