如何从Xml文件导入数据并在Crystal报表中显示 [英] How to import data from Xml file and display in Crystal report

查看:148
本文介绍了如何从Xml文件导入数据并在Crystal报表中显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从Xml文件导入数据并在Crystal报表中显示

How to import data from Xml file and display in Crystal report

推荐答案

您开始学习如何导入XML文件。



您可以使用许多不同的技术,其中Linq与 XDocument XElement 是单向的要做到这一点。



以下是一些可以开始学习的链接。

http://msdn.microsoft.com/en-us/library/system.xml.linq.xdocument.aspx [ ^ ]



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



如果你有XML的XSD文件,你也可以创建一个类型 DataSet 并从那里开始。 br />
http://msdn.microsoft.com/en-us/library/04y282hb .aspx [ ^ ]



我希望它可以帮助你。
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.


这篇关于如何从Xml文件导入数据并在Crystal报表中显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆