I have a simple Active Report that I've set up in an ASP.NET web application.
I'm now looking at having a RichTextBox component in this report.
I'm able to load the contents of this component from an '.rtf' file and it preserves the formatting (i.e. bold, size, font, etc.)
But I can't seem to set up the text within such a component on the fly - that is start with a clean slate, and add text to it line by line (some lines with different fonts / styles - i.e. bold, underline, size).
How would I go about doing this ?
Any advice would be appreciated.
Thanks in advance
Steve
I'm now looking at having a RichTextBox component in this report.
I'm able to load the contents of this component from an '.rtf' file and it preserves the formatting (i.e. bold, size, font, etc.)
But I can't seem to set up the text within such a component on the fly - that is start with a clean slate, and add text to it line by line (some lines with different fonts / styles - i.e. bold, underline, size).
How would I go about doing this ?
Any advice would be appreciated.
Thanks in advance
Steve