Came across this blog which shows how to dynamically resize a Reporting Services Viewer Web Part to fit the height of the content/report using JQuery. Here’s the code for completeness. For my execution, I placed this on an HTML page and call it through a Content Editor Web Part. <script […]
Category: Computer
Selection is not a valid PerformancePoint content HotFix
There is now a hotfix which addresses my previous post regarding PerformancePoint not setting the location on the web parts without user intervention in manually typing the correct location. The problem was a regression in the June 2011 CU that caused the asset picker to stop functioning properly http://support.microsoft.com/kb/2597936
Sharepoint 2010 Document Library Tree View Web Part
Point to Point Bing Map from Sharepoint List
Interactive Google Map Web Part for Sharepoint 2010 – Part 2
SQL Function to convert Float to VarChar
Interactive Google Map Web Part for Sharepoint 2010
I needed a way to display an interactive Google Map against a Sharepoint list over SSL. I did a slight modification to Mazin’s great Google Map Web Part on Codeplex. In MapWebPart.cs – Look for ResolveAddress function and add the following line at the top of function. ServicePointManager.ServerCertificateValidationCallback = delegate […]