R
Ravnø Data
Guest
I am developing a windows forms application.
I am using reportviewer to show data from ms sql database.
Among these data are some text fields. These fields are formatted as rtf or html. Is it possible to have these text-fields shown formatted instead of codes ?
Something like this:
Ingen Konsekvenser
Med fed og nu kursiv
instead of this:
<?xml version="1.0" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="TX27_HTM 27.0.700.500" name="GENERATOR" />
<title> - This document has been created with TX Text Control Trial Version 27.0 Windows Forms - You can use this trial version for further 29 days.</title>
</head>
<body style="font-family:'Arial';font-size:12pt;text-align:left;">
<p style="text-indent:0pt;margin-left:0pt;margin-top:0pt;margin-bottom:0pt;margin-right:0pt;">Ingen Konsekvenser</p>
<p style="text-indent:0pt;margin-left:0pt;margin-top:0pt;margin-bottom:0pt;margin-right:0pt;color:#FF0000;">rdfhdhdfhdfh</p>
</body>
</html>
mvh ravnø
Continue reading...
I am using reportviewer to show data from ms sql database.
Among these data are some text fields. These fields are formatted as rtf or html. Is it possible to have these text-fields shown formatted instead of codes ?
Something like this:
Ingen Konsekvenser
Med fed og nu kursiv
- Første
- Anden
instead of this:
<?xml version="1.0" ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="TX27_HTM 27.0.700.500" name="GENERATOR" />
<title> - This document has been created with TX Text Control Trial Version 27.0 Windows Forms - You can use this trial version for further 29 days.</title>
</head>
<body style="font-family:'Arial';font-size:12pt;text-align:left;">
<p style="text-indent:0pt;margin-left:0pt;margin-top:0pt;margin-bottom:0pt;margin-right:0pt;">Ingen Konsekvenser</p>
<p style="text-indent:0pt;margin-left:0pt;margin-top:0pt;margin-bottom:0pt;margin-right:0pt;color:#FF0000;">rdfhdhdfhdfh</p>
</body>
</html>
mvh ravnø
Continue reading...