Forum Discussion
Scheduled Refresh for Paginated Report (SQL Dataset)
- 4 years ago
Anonymous wrote:
But then I have a question. If I have a subscription on 10 AM for example. Would it mean that the report will refresh at 10 am and afterwards send me the file?
Yes, every time the report runs it will execute the queries in the report and then render. So when the schedule is triggered at 10am the report server will execute the queries in the report and then generate the file to attach to the email.
You do not need to refresh paginated reports, they always query the datasources in real time every time they are run.
- Anonymous4 years agoNot applicable
But then I have a question. If I have a subscription on 10 AM for example. Would it mean that the report will refresh at 10 am and afterwards send me the file?
- d_gosbell4 years agoSuper User
Anonymous wrote:
But then I have a question. If I have a subscription on 10 AM for example. Would it mean that the report will refresh at 10 am and afterwards send me the file?
Yes, every time the report runs it will execute the queries in the report and then render. So when the schedule is triggered at 10am the report server will execute the queries in the report and then generate the file to attach to the email.
- tmhalila2 years agoResolver II
Thank you. I had the same question!