views:

377

answers:

0

Hi all,

I have been working on as Asp.net Application which is displaying SSRS 2005 reports in Local mode using Asp.net ReportViewer control. We have several DB fields having HTML data is saved. We need to display these fields in RDL .But 2005 RDL is not suporting html formatted data in Report textboxes.It is displaying raw html text containing html tags.

Is there a workaround for this?

I am not whether these options may be applicable -

1) custom assembly reference in the report and html encoding/decoding from that custom assembly.

2) Create a custom data renderer, will reportviewer support this?

3) using a custom assembly, convert html to bmp and display this image?

Thanks,

Sreehari