Tag Archives: SSRS

How to get data beyond last month or even more than a year from Citrix Director if you don’t have Platinum Edition

If you are using Citrix Director not on a Platinum Edition and you want to report on your trends beyond last month then most probably you are out of luck as the Citrix Director web interface only supports the following time periods: Last 2 hours, Last 24 hours, Last 7 days and Last Month.  It became… Read More »

TAB Delimited Export in SSRS

Ever wondered how do you export TAB delimited reports in SSRS? It’s quite easy as you can configure SSRS to export it using the CSV render inside the ReportingServices rendering engine of SQL server.  You can do that by updating the rsreportserver.config file which can be found in the following path C:\Program Files\Microsoft SQL Server\MSRS{YourSQLServerVersion}.MSSQLSERVER\Reporting… Read More »

How to create Data driven report subscriptions in SQL Server Standard Version

I guess you are here because you are looking for a solution that will send your SSRS reports via email to a dynamic recipient list related to your data in your SSRS report.  In SQL Servers Business Intelligence and Enterprise Edition this feature is included but if you use a lower edition like Standard and… Read More »

Show SSRS Reports properly in Chrome and Safari

Recently I’ve been doing a lot of SSRS reports and as a Web Developer I test in different browsers which is a standard practice. Having Chrome as my main choice of browser I am annoyed every time I open SSRS Reports as they don’t show properly. I know the data is there as it gives me the correct page numbers and I can export them but why is it not showing on-screen?