Hi,
I am just starting a project to enable users subscribe to reports
(generated by our web page). The reports will be sent via email to
users (just like sql server reporting service).
To achieve this function, I am thinking of developing a windows
service. That windows service will email reports out.
But the problem is weather I should allow report customization. If I
do, I will have to remember the user selections and generate reports
individually (maybe, not sure)
I really hope they can just use reporting service, but now I have to
do it in my code. Can someone share some experiences?
Cheers,
Jerry