I've an existing report which is generated when user passes parameters from the UI. Now, I want the reporting server to save the generated report into the share folder automatically rather than making user to store it. So, whenever user generates a report the reporting server should automatically store the report into a share path. I know we can have SSRS subscription which can schedule reports and save it in a share path, but is it possible to generate a report dynamically(when user wants to)?
I searched over internet and read few articles but they aren't helping. Any idea/solution will be appreciable.
Thanks in advance.