February 2009 - Posts

3
Comments

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...
0
Comments

Malformed URL when sitemap node points to SSRS folder by bunbun

Needed to create a menu item linked to a folder on our SQL Server Reporting Services site. After putting the URL in my sitemap, I got error messages about a malformed URL even though I new the URL was good (I could copy and paste it into a web browser...
Filed under: , ,
0
Comments

Parameters for SSIS package when running as a job by bunbun

I was playing around with SQL Server Integration Services to create a parameterized package to copy the latest production backup file to a dev server and then restore the backup to the dev server. It's not that hard to do manually but thought it would...
Filed under: ,
More Posts