Page 1 of 1

How can I Load RTF Text from a database field

Posted: Sat Sep 07, 2013 12:00 pm
by chopper64
Hello,
in my MYSQL Database are tables with text columns. These text colums are formated as RTF Text.
When I put a RichText in the report I can't set the RTF colums from the dataset to the RichText component.

My Question is:
What I must do, to put the content of the RTF columns from the dataset to the rendered report?

Re: How can I Load RTF Text from a database field

Posted: Mon Sep 09, 2013 1:32 pm
by HighAley
Hello.
chopper64 wrote:in my MYSQL Database are tables with text columns. These text colums are formated as RTF Text.
When I put a RichText in the report I can't set the RTF colums from the dataset to the RichText component.

My Question is:
What I must do, to put the content of the RTF columns from the dataset to the rendered report?
There is a Data Column property that you should set.
You could read more on our User Manual

Thank you.