Performance of reports with HTML text fields.

Stimulsoft Reports.Flex discussion
Locked
User avatar
Chipo
Posts: 44
Joined: Thu Sep 13, 2012 4:09 am
Location: Sydney, Australia

Performance of reports with HTML text fields.

Post by Chipo »

Hi,

this is really pain to have html fields on report.

1. it is terribly slow. StiHTMLConverter.replaceHtmlSymbols is a report killer. I could not build 10 page report without timeout. I had to cut this method to bare minimum and now it flies. I can build 250+ page report no problem. I fixed it for myself but this is really issue.

2. If there is <li> tag on my report across page break I have all report "doted". It can be the result of my "fix" for StiHTMLConverter.replaceHtmlSymbols. Very highly possible. I fixed it by cutting those tags off.

Actually I do not need any action from you. I just wanted to share experience.

Best regards
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Performance of reports with HTML text fields.

Post by HighAley »

Hello.

Do you use html tags in your report? What tags do you use? The support of li tag was added in last year.

Thank you.
Locked