Html tags - Line break, CanGrow property and PDF export

Stimulsoft Reports.Flex discussion
Locked
jorool
Posts: 44
Joined: Wed Dec 08, 2010 1:39 pm
Location: Brazil

Html tags - Line break, CanGrow property and PDF export

Post by jorool »

Hello

Problem with line break:
I'm trying to use tag in a text component to break and jump line.
To only break break line tag works.
The code in the text component is generated by a flex component.
All other tags are working fine, like font colors, stile and size.

The code:

Code: Select all

Teste Conteudo relatorio.Teste linha 2.
How to use tag ?
It works?

Problem with Can Grow property
In the same text component, "can grow" property is "true" to grow and show all lines, but it gets the heigth to show the code above, and not the interpreted text.
How to fix it?

Thank you.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Html tags - Line break, CanGrow property and PDF export

Post by Vladimir »

Hello,

The error with the CanGrow property is fixed, update will be available in the next prerelease build from December 21.

The tag carries only one new line break, unfortunately the line spacing cannot be specified.

Thank you.
jorool
Posts: 44
Joined: Wed Dec 08, 2010 1:39 pm
Location: Brazil

Html tags - Line break, CanGrow property and PDF export

Post by jorool »

Hello

The tag here is not working for line break too.
This is the formated code:

Code: Select all

Teste Conteudo relatorio.Teste linha 2.
This is the interpreted code in report viewer:
http://twitpic.com/3hq3hy

We're getting troubles with PDF expert too:
http://twitpic.com/3hq3n3

Is our tag being used correctly?

Thank you again.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Html tags - Line break, CanGrow property and PDF export

Post by Vladimir »

Hello,

Unfortunately, we cannot fix the issue with the HTML tag, since we are using the built-in Flash Player processing of HTML tags. In the future we plan to implement own HTML parser, but it will take some time.

Support for HTML tags in exports is not working for the same reason. But, during this week, we are planning to implement support of them as images.

Thank you.
Locked