Quote:
|
Originally Posted by JunCsharp
Will iTextSharp or a RichTextBox do it?
Im sorry i did not mention it was for ASP.NET
|
Hmm. You will be able to use iTextSharp without issue, but remember that the document will be generated on the server (of course, you can then serve this to the client). As far as a RichTextBox goes, there's no equivalent for ASP.NET (RichTextBox is a Windows Forms control).
Since it's a web-based application, have you considered simply giving the user HTML output for their report? Since they will be interacting with the app in a browser, they could print or save the content from their browser.