How to Merge an XML Into Crystal Reports

Crystal Reports provides Visual Basic programmers with an interface to display reports. When you have data located in an XML file, you use the import feature to merge the data onto your Crystal Reports document. Crystal Reports automatically parses the data and displays it on your report template. You use this feature when you do not have a database engine and only have an XML document exported from another system.

Instructions

    • 1

      Open the Visual Basic compiler and open your project that contains the Crystal Reports template. Double-click the report to open it in the editor.

    • 2

      Click the "File" menu item and select "Create New Connection." Click "Database Files" from the list of database types.

    • 3

      Click the plus sign next to "DataSet." Click the XML file listed in the DataSet folder. Click "Finish." The data imports and displays on the VB form.

Related Searches:

References

Comments

Related Ads

Featured