RDL 报告中的 XML 字段操作
我正在使用 SSRS RDL (GreatestAxemenReport.rdl) 呈现报告。 RDL 通过调用存储过程 (usp_SelectGreatestAxemenReportingData) 进行填充。
我关心的关键信息位于表中的 XML 类型字段 (dbo.GreatestAxemenReportResults.xml_results)
现在,我正在使用 xQuery 解析 XML 字段并将其拆分为我想要呈现的报告计数RDL 端。当您必须对复杂的 xml 类型执行此操作(这就是我的情况)时,这显然会变得很麻烦。
有谁知道,有没有办法将XML发送回RDL端并让它知道如何智能地解析它,这样我就不会耗尽DB服务器资源?
谢谢!
I'm rendering a report using an SSRS RDL (GreatestAxemenReport.rdl). The RDL populates by calling a sproc (usp_SelectGreatestAxemenReportingData).
Well the key information I care about is in a field of XML type in my table (dbo.GreatestAxemenReportResults.xml_results)
Right now, I'm using xQuery to parse the XML field and split it into the report counts that I want to render on the RDL end. This obviously gets cumbersome when you have to perform this action on a complex xml type, which is my case.
Does anyone know, is there a way to send the XML back to the RDL-end and have it know how to parse it intelligently, so I don't eat up DB server resources?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论