Click here to Skip to main content
15,885,782 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to import data from Xml file and display in Crystal report
Posted
Comments
George Jonsson 1-Jul-14 2:31am    
What have you tried?
Where did you get stuck?
Khan Sameer 1-Jul-14 2:49am    
I have got the data in XML File and now i want to export into Crystal Report and display it !!
Khan Sameer 1-Jul-14 2:55am    
First I want to display data in Crystal Report in asp .net using c# project !!!
So i have tried to display data into xml format which i have did now i want to import that xml data into crystal report and display my crystal report is it ok sir !!!!!
George Jonsson 1-Jul-14 3:24am    
Nice people gets more help.

Do you know how to read data from an XML file?
Have you done your Crystal Report design already?
Khan Sameer 1-Jul-14 3:28am    
No I don't know how to read data from XML
And yes i have design Crystal Report Already !!!

1 solution

You start to learn how to import your XML file.

You can use many different technologies where Linq with XDocument and XElement is one way to do it.

Here are some links to place to start to learn.
http://msdn.microsoft.com/en-us/library/system.xml.linq.xdocument.aspx[^]

http://www.dotnetperls.com/xelement[^]

If you have the XSD file of the XML you can also create a typed DataSet and go from there.
http://msdn.microsoft.com/en-us/library/04y282hb.aspx[^]

I hope it helps you on the way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900