Hi,
I have a requirement where I have to deliver a SSRS report in csv format to a windows shared location. I know how to create a File Share Subscription to get this done, but the problem arises with the frequency of the report requested. It is like following..at 23:00, 23:30, 23:35, 23:40, 23:45, 23:50, 23:55, 24:00, 00:10, 00:20, 00:30, 03:00, 06:00, 09:00, 12:00, 15:00, 18:00, 21:00
Now because the hourly pattern is not in a periodic format I am not able to get this scheduled in a single subscription. To achieve this one approach could creating multiple subscription. But I was wondering if there is a way to pass on the schedule information programmatically to a subscription, so that I can achieve this by creating just one subscription.
Any expert ideas...