6
Shouts

Web 2.0 | MS Chart Controls to PDF with iTextSharp using XML Template

published 833 days, 21 hours, 39 minutes ago posted by farooqkaiserfarooqkaiser 834 days, 13 hours, 13 minutes ago
Thursday, February 11, 2010 11:30:56 AM GMT Wednesday, February 10, 2010 7:56:41 PM GMT

In this article, i will examined how to build reports using ItextSharp PDF controland Ms Chart controlsusing XML template. The Xml template give us freedom to change the contents without having to recompile and deploy the application again. Let�s say here is our sample report in XML template. 1: 2:

Here is our C# code that will generate the PDF. 1: XmlDocument xdox = new XmlDocument(); 2: xdox.Load(XMLFile); 3: Document document = new Document(); 4: PdfWriter.GetInstance(document...

category: ASP.NET | clicked: 7 | | source: fairnet.com | show counter code
tags: C#, XML, chart, report