RDL 报告中的 XML 字段操作

发布于 2024-11-30 12:56:50 字数 359 浏览 1 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文