Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Services / Reporting Services / January 2007

Tip: Looking for answers? Try searching our database.

ugh first major crystal to reporting services snag...

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Smokey Grindle - 31 Jan 2007 13:13 GMT
Ok this is a big snag... in crystal reports you can translate RTF and HTML
fields into your report... so we had a very large table with values stored
as HTML in a single field... its not full html, just formatting markup like
<p> <b> etc... in crystal it would preserve these formatting, in reporting
server it just prints the field like <p>this is my <b>BOLD</b> field<p>
which makes it look ugly on the report, heck i'd just take the plain text if
i could get the tags out of it!... any suggestions on what to do? thanks!
Bruce L-C  [MVP] - 31 Jan 2007 14:41 GMT
To strip off the html I believe there is a framework function that you could
use. Set the value of the textbox to an expression like this:

= Code.StripHTML(Fields!Fieldname.value)

You would write the function StripHTML that would return the value with the
html striped.

This link shows how to do this using regular expressions.

http://weblogs.asp.net/rosherove/archive/2003/05/13/6963.aspx

Signature

Bruce Loehle-Conger
MVP SQL Server Reporting Services

> Ok this is a big snag... in crystal reports you can translate RTF and HTML
> fields into your report... so we had a very large table with values stored
[quoted text clipped - 4 lines]
> plain text if i could get the tags out of it!... any suggestions on what
> to do? thanks!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.