I have a text component in my report template. And that text component has following custom properties: AllowHTMLTags=true and wordWrap=true.
Text value of that component has something like this:
Code: Select all
bla bla bla {someValueFromDataSource}
I set someValueFromDataSource at runtime and If width of text value become too long text component doesn't wrap text but leave it at one row.
Please fix.
Could you explain meaning of values of TextQuality property?
Thanks.