How to create Crystal Reports from XML
XML is a self describing language and it gives the data as well as the rules to identify what the data it contains. The .Net Framework provides the Classes for read, write, and other operations in XML formatted files . We can use XML as a Data Source to Crystal Reports like a Database .
Click here to see, How to create Crystal Reports from xml .
Related Topics
- How to XML in VB.NET
- How to create an XML file in VB.NET
- How to open and read XML file in VB.NET , XmlReader in VB.Net , XmlTextReader in VB.Net
- How to create an XML file in VB.NET using Dataset
- How to open and read an XML file in VB.NET using Dataset
- How to create an XML file from SQL in VB.NET
- How to search in an XML file
- How to filter data in an XML file
- How to insert data from xml to database
- How to create an Excel file from XML
- How to create an XML file from Excel
- How to xml to DataGridView
- How to create a TreevView from XML
- How to serialization in xml
- How to serialize a .Net Object to XML
- How to de-serialize from an XML file to .Net Object