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, n...




Комментариев нет, оставьте первый комментарий.