So I got a request to do the following
*Make a view to get all the people the report needs to be mailed to
*Generate the report for each person (I got the rdl file for the report & it takes the username from the view as input parameter)
*Export the report to excel
*Send the report via sql mail to the users
But I have to admit I haven't the fogiest how to begin