Contents tagged with ssrs
-
SQL Server Reporting Services subscriptions fail to send email
We've recently had reports that some scheduled reports that are emailed out haven't been sent/received, looking at SSRS the error that was showing was:
Failure sending mail: The report server has …
-
Conditional totals for groups of rows, based on the value of a given column, in SQL Server Reporting Services
SQL Server Reporting Services seems like a bit of a dark art at times (trying to look at the markup behind an RDL file definitely is!), for 90% of report based requirements it can be used to quickly …
-
Conditionally colouring text in SQL Server Reporting Services
SQL Server Reporting Services is a great tool for building reports quickly, except for the horrendously hard to maintain XML format that the report definitions get persisted in. Recently I was …
-
'Application cannot be started' running SQL Server Reporting Services Report Builder
SQL Server Reporting Services delivers its Report Builder as a click-once application when you click on the 'Report Builder' icon in the toolbar of the web application, unfortunately sometimes it " …
-
Setting up SQL Server Reporting Services to use HTTPS/SSL
By default SQL Server Reporting Services (SSRS) sets itself up to respond to requests over HTTP made to the name of the machine that it's been installed on. Changing this up so that it can be …