Page 1 of 1

Html tags - Line break, CanGrow property and PDF export

Posted: Fri Dec 17, 2010 7:47 am
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.

Html tags - Line break, CanGrow property and PDF export

Posted: Mon Dec 20, 2010 4:28 am
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.

Html tags - Line break, CanGrow property and PDF export

Posted: Mon Dec 20, 2010 5:23 am
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.

Html tags - Line break, CanGrow property and PDF export

Posted: Tue Dec 21, 2010 2:49 am
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.