Enesys RS Data Extension 3.5.27 fixes the following bugs:
- Corrected a bug that would result in an exception when using the stripHtml feature.This is a regression bug introduced in version 3.5.
- Corrected a bug with itemVersions and SharePoint 2010: when the “Editor” column was selected inside the itemVersionFields selection, an error would be thrown.
We usually don’t have regression bugs thanks to more than 4000 unit tests and integration tests that must be passed before any release. It happened that time with the stripHtml feature that doesn’t work anymore starting from version 3.5 (3.5.19). In most cases, an exception will be thrown when a report using this feature is being executed. If you are using SSRS 2008 which provides support for displaying html fragments, chance is that you are not using this feature. You will more likely use this feature with SSRS 2005 in order to remove html tags from SharePoint rich-text fields and provide an alternate text only formatting that is to a certain extent similar to what you would get with html tags.