c# - SSRS Local Mode ReportViewer control Scheduling reports -
this regarding reports produced reportviewer control in asp.net need schedule reports run @ specified times , intervals. information set in database tables , reports have run using reportviewer control background jobs. can think of having webpage reportviewer control , page polling schedule table , running required reports. inconvenient keep page running wondering if there way batch job in background
if have access server , not webserver, suggest writting vbscripts or equivalent call .rss files run reports. can schedule them in windows schedule , have them save directory, email or print (although printing more difficult, use ghostscript). link has pretty description of process: how automate report deployment using ssrs web service
Comments
Post a Comment