How to generate a content to print from XML
-
2012年4月6日 10:44
i had a xml file contains the data and an XSL file. Using C# code am able to create an HTML.
I tried with crystal reports as well as RDLC reports. But am facing problems related to formatting. Styling got missing in generated PDF's.
My target is to get a print and a tiff image for faxing purpose. So thats why am trying to generate PDF. I also tried with iTextSharp, PDFSharp. but they are not helpful regarding.
Any hint will be very greatful. Thanks in advance.
Regards, Pavan N
Pavan N Kumar
すべての返信
-
2012年4月6日 18:06
-
2012年4月12日 10:33
Hello,
Check out the threads below. It may help you.
http://csharp.net-informations.com/crystal-reports/csharp-xml-crystal-reports.htm
http://www.codeproject.com/Articles/20632/Reporting-XML-data-using-Crystal-Reports

