Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我面临与加载水晶报告有关的问题。使用的语言是 VB.Net,数据库是 MS Sql Server 2008 R2。
我的水晶报告加载时间异常长,所以我们不得不等待很长时间。如何减少水晶报表的加载时间?
延迟的原因可能是:您不管理水晶报表从中获取数据的表之间的关系。
考虑以下创建 XML 文档并显示它的简单代码。
XmlDocument xml = new XmlDocument(); XmlElement root = xml.CreateElement("root"); xml.AppendChild(root); XmlComment comment = xml.CreateComment("Co