Posts Tagged sql server reporting services
Displaying Email Text in a CRM Report
Posted by Cory Fellers in Dynamics CRM on August 28th, 2009
If you have ever built a custom report Dynamics CRM that references the Description field of the email entity, you probably realized that the body of an email is stored in the database in HTML format. Thus your report may have looked something like this:
In order to display an email correctly in an SSRS report you need to add a function into the code library of the report and then reference that function in your data field. To drop in the code, navigate to Report -> Report Properties -> Code. The following function can be used to strip HTML from an input field: Read the rest of this entry »
