[CLOSED] HtmlEditor + Reporting Service

  1. #1

    [CLOSED] HtmlEditor + Reporting Service

    Hi,

    I have a page with the HtmlEditor control by setting the property EscapeValue = "false", I also set the property ValidateRequest="false" in my page.

    WebConfig:
    <httpRuntime requestValidationMode="2.0" />
    This is working perfectly, successfully saved in the database.

    Example of record:
    Id Desc
    1 Example - <b>example</b>

    I have to show this specific information in a report(I use reporting service .rdlc), but when returning the information I can't convert.

    Report:
    Click image for larger version. 

Name:	report.jpg 
Views:	88 
Size:	100.6 KB 
ID:	4542

    How should I proceed?

    Thanks.
    Last edited by Daniil; Jul 26, 2012 at 10:39 PM. Reason: [CLOSED]
  2. #2
    I solved the problem, it was a property in reporting service.

    Thanks,

Similar Threads

  1. Replies: 1
    Last Post: Sep 13, 2012, 12:42 PM
  2. [CLOSED] ListView with HtmlEditor -> HtmlEditor value is null
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 8
    Last Post: Apr 17, 2012, 12:50 AM
  3. Replies: 22
    Last Post: Jan 24, 2012, 7:27 AM
  4. Replies: 10
    Last Post: Nov 04, 2010, 3:24 PM
  5. Reporting Components
    By ZeroCoolJr in forum Open Discussions
    Replies: 0
    Last Post: Jan 20, 2009, 1:53 AM

Posting Permissions