October 2008 - Posts

1
Comments

Recursive search for SharePoint Tag Cloud 1.2 by bunbun

A while back I found a nifty webpart for our SharePoint WSS site called Tag Cloud which lets you tag documents in your SharePoint site and then display a list of all tags with those that occur more often being rendered in larger text. We decided to use...
Filed under:
4
Comments

Corrupt Web Parts on SharePoint by bunbun

Ran into a problem after modifying a web part. Could not open the default page for my SharePoint site. All other pages worked fine. Found a gem online that saved me. Add "?contents=1" to the end of the URL. For example, http://mysite/default.aspx?contents...
Filed under:
0
Comments

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

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