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?
Hello Tyler,
I am just checking about the progress of this issue. Let me know if you need my further assistance on this issue.
Thank you for using Infragistics Components.
Basically want we were wanting to do is store report text in a database, but we would need to preserve formatting. I was wondering if Infragistics NetAdvantage reporting supported any type of style tags or rich text.
Our project is going in a different direction now so it may no longer be necessary.