Share via

auto send a report daily

Persad, Davendra 0 Reputation points
2026-06-09T10:04:42.43+00:00

how to have a report auto generate to a pdf and emailed to me and the other advisers, every morning.

report in question is the "Service Adviser Performance" report for store 2115, Mercedes Benz of North Orlando.

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Deepesh Dhake 85 Reputation points
    2026-06-09T13:51:49.57+00:00

    Prerequisite: SSRS email delivery must be configured (Report Server Configuration Manager then E-mail Settings then SMTP server).

    Create the subscription:

    1. In the SSRS web portal, navigate to the Service Adviser Performance report.
    2. Subscribe (or Manage then Subscriptions then New Subscription).
    3. Delivered by: E-Mail
    4. To: enter your address and the other advisers addresses (semicolon-separated). Cc/Bcc as needed.
    5. Render Format: PDF
    6. Subject: e.g. Service Adviser Performance - Store 2115 - @ReportName @ExecutionTime
    7. Include Report: checked (attaches the PDF).
    8. Schedule: choose On a schedule then create a shared or report-specific schedule
    9. Set any report parameters (e.g. date = yesterday/today) so each run is correct.
    10. Save.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-06-09T10:04:56.0333333+00:00

    Use an SSRS email subscription on that report so it runs and sends a PDF on a schedule.

    Steps (SSRS web portal):

    1. Open the SSRS web portal where the “Service Adviser Performance” report is deployed.
    2. Browse to the folder that contains the report for store 2115 and select that report.
    3. Select Manage for the report.
    4. Go to the Subscriptions tab.
    5. Select New Subscription.
    6. Choose Standard Subscription and set Delivery method to Email.
    7. In the email settings:
      • Enter the advisers’ email addresses in the To field.
      • Set a Subject (for example, “Daily Service Adviser Performance – Store 2115”).
      • Optionally add a message body.
      • Choose Render format = PDF.
    8. In the schedule section, configure it to run daily and set the time to “every morning” at the desired hour.
    9. Save the subscription.

    Notes:

    • SSRS uses SQL Server Agent for scheduling; ensure SQL Server Agent is running on the report server.
    • You can test the setup by manually triggering the subscription from the Subscriptions page.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.