multi page rtf text to one rich text component

Stimulsoft Reports.Silverlight discussion
Locked
liliana
Posts: 7
Joined: Wed Nov 21, 2012 7:52 am

multi page rtf text to one rich text component

Post by liliana »

hello.
I have a rtf text with multi page and I want to view this into rich text componet and use this code in GetValue event :System.IO.StreamReader reader = new System.IO.StreamReader("d:\\script.rtf");
string str = reader.ReadToEnd();
reader.Close();
e.Value = System.Xml.XmlConvert.EncodeName(StiRichText.PackRtf(str));
but I can to see one page of my rtf text.how can I see all the pages of my rtf text in rich text component?
thanks
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: multi page rtf text to one rich text component

Post by HighAley »

Hello.

The Rich Text is not supported in the Silverlight version.

Thank you.
liliana
Posts: 7
Joined: Wed Nov 21, 2012 7:52 am

Re: multi page rtf text to one rich text component

Post by liliana »

thanks for your reply.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: multi page rtf text to one rich text component

Post by Alex K. »

Hello,

Let us know if you need any additional help.

Thank you.
Locked