Overriding SQL Server Reporting Service Hourly Subscription -


Users want to set an SSRS report to email them. After a little Google, I found this link which shows the Report Manager's membership interface. It requires almost every feature, except that the hourly report membership does not give them considerable control. By default, they can set up hourly reports, and provide the desired start time, but at first glance, I do not think how they specify an end time. What I want is a way to say, "Send me a report between 5 and 10 hours per hour."

So I am looking for one of two answers:

  1. is
  2. if not, how do I override the hourly membership page I can and can finish the time.

Thanks

You can use SQL Reporting Services web services Can write your membership service.

You can set a membership schedule to run your job hourly and then write your own service, which will stop the jobs of those times when they do not want to report.

More info here:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -