Hi all,
I have a application that includes export to PDF, XPS format. I complete the codes to export Text, Images,... but I don't know the way to export a PDF or XPS with Charts. . And my application's users being able to create report templates? Are there other Infragistics classes that would be useful?
Please help me! I want the sample codes
Thanks!
Great! Thank you Derek Harmon.
But my application (in Asp.net) has a function that allows users can custom their reports before exports. I don't know what classes are useful? We used Text TX Control to custom report but Text TX Control (ActiveX) only support IE browser, not support FireFox, Safari. I'm interesting with Infragistics.
Please help me.
Cheers!
To export the WebChart to PDF or XPS, you must add a Canvas to a Section of your Report, and use its CreateGraphics method to create a Graphics context object, then you pass this Graphics context object to the RenderPdfFriendlyGraphics method on the WebChart which will render the WebChart onto it with the dimensions (height, width) you specify.