I am running SQL Server Express and am trying to set up email subscriptions for my SSRS reports. I cannot find documentation saying that these subscriptions are not supported in SQL Server Express, however when I attempt to set one up, I get a message saying
The SQL Server Agent service is not running. This operation requires the SQL Agent service.
I know that SQL Server Agent is NOT supported in SQL Server Express, so I just want to confirm that, as a side effect of Express not supporting SQL Server Agent, that this implies that SSRS can therefore not support report subscriptions. Is that correct?