How to format text in richtextbox

Stimulsoft Reports.NET discussion
Post Reply
rgbnr
Posts: 3
Joined: Wed Feb 13, 2013 1:27 pm

How to format text in richtextbox

Post 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 ?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: How to format text in richtextbox

Post 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.
Post Reply