How to format text in richtextbox
Posted: Wed Feb 13, 2013 1:32 pm
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 ?
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 ?