Browse by Tags

All Tags » Reporting Services (RSS)

Disable/Enable export format in SSRS and ASP.NET by bunbun

When using the SSRS ReportViewer control in ASP.NET, by default you have the option to export to Excel or PDF. Recently I had an application where the users wanted to limit the export options to PDF only. Thanks to this blog post , I found it was very...

Opening SSRS Report in PDF format via ASP.NET by bunbun

I had to create a report where the report data was displayed over several columns. Just a simple report for admins with everyone's name and phone extension. SSRS allows you to do this by specifying the number of columns in your report but this view is...

Multi-valued parameters in SSRS 2005 by bunbun

Found a great article on how to handle multi-valued parameters in SQL Server Reporting Services 2005. This article shows how to create a common SQL function that will take the multi-valued parameter passed from SSRS and split it out into a tables of values...

SQL Server Reporting Services in web apps with sub reports by bunbun

I've started using SQL Server Reporting Services in more web applications recently. Using sub reports for the first time was a little tricky but once you do one, you're set. Here's a sample using a simple report based on a SQL datasource. Define the report...
More Posts