Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
Editing report text styles
posted

I would like to add an editor to my project to allow admins to edit the text of the various reports in our system. This would require some sort of WYSIWYG editor for the text blocks. I was thinking I could store the text in the database and put it in the report using a Class.

What I was wondering about was handing text styling. The editor would have to allow the user to center text and apply bold and italicized styles to certain text.

Are there any formatting tags that work with Infragistics report text? I tried using the markup tags from your TextEditor control here http://help.infragistics.com/Help/Doc/WinForms/2012.1/CLR2.0/html/WinFormattedLinkLabel_Formatting_Text_and_Hyperlinks.html but they don't work. How about a way to place Rich Text objects into the report?