ERSDE is compatible with SSRS 2008 Release Candidate 0

Location: BlogsNews & Blog    
Posted by: host 6/13/2008 9:11 AM

I'm are glad to announce that  the current version of Enesys RS Data Extension is compatible with Microsoft SQL Server Reporting Services 2008 Release Candidate 0.

In this release, the long awaited support for HTML tags has been added.

I though it would be interesting to provide you with the results of some tests I have made.

I created a list on purpose and added an item containing various formatting options. Here is how the list displays when browsing the Sharepoint.

image

 

I have built a very simple report for displaying the list items. The report's query is very basic and does not include a stripHtml attribute (stripHtml attribute could have been set to false as well):

image

In order to interpret the tags as HTML styles, you will need to change the markup type as shown in the following screen shot:

image

And here is the final result when the report is run :

image

Obviously, this is not yet perfect though promising:

Tables, underlined text and indented text are not displayed properly. I hope, support for table will be rapidly added as this is quite common to use them for enhancing data presentation.

Images are not displayed at all but this was expected due to the report's credentials context that may not allowed access to specified images.

An annoying problem is the fact that Rich text field's SharePoint html editor inserts the following tags

image

when hitting Enter to insert a line feed. Unfortunately, those tags are discarded so that empty lines are removed from the final result. I'm not sure Microsoft will change this behavior and I guess we will have to come up with some functions for automatically replacing those tags with a "br" tag.

For those who are not completely convinced, here is the same report when setting stripHtml attribute to true (note that in that case you will have to revert the markup type to None):

image

Do not hesitate to report any problem you may encounter when testing Enesys RS Data Extension with SSRS 2008.

Permalink |  Trackback

Comments (2)  
Re: ERSDE is compatible with SSRS 2008 Release Candidate 0    By Jeremy Boatman on 6/26/2008 12:51 AM
Great to see this is coming along! I do have one question regarding images. Will images show up in this case as long as they can be browsed to without challenge from the same location as where the report is being run from? I am trying to have HTML image tags render an actual image in the report.

Re: ERSDE is compatible with SSRS 2008 Release Candidate 0    By Frédéric LATOUR on 6/26/2008 12:56 PM
Unfortunately, it looks like the "img" tag is not rendered in this version. You can find more details about the supported subset of html tags supported at the following address: http://msdn.microsoft.com/en-us/library/cc645967(SQL.100).aspx.