6
proggs
опубликовано 202 дн., 21 ч., 31 мин. назад продвинуто farooqkaiserfarooqkaiser 204 дн., 4 ч., 52 мин. назад
Friday, February 12, 2010 3:24:25 AM GMT Wednesday, February 10, 2010 8:03:30 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, n...

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

Чтобы послать комментарий, пожалуйста войдите или зарегистрируйтесь