Page 1 of 1

How to format text in richtextbox

Posted: Wed Feb 13, 2013 1:32 pm
by rgbnr
Hi

I have report .net based on datasets.
I have propetries:
public string[] textvalue1 {get;set;}

then in Source Connection in report i have textvalue1. In my app I set textvalue1 to string array and text is displayed in report in richtextbox. But I would like to ask about formating this text. I know that I can format it in richtextbox, but I want to format text from my app and pass it to dataset ( any tags ). It is possible ?

Re: How to format text in richtextbox

Posted: Thu Feb 14, 2013 1:14 pm
by HighAley
Hello.

Why don't you use simple text box? You could set its format from code without any problem.
To give you more appropriate answer we need to reproduce your issue.

Thank you.