获取 SQL Server 2005 报表生成器 XSD

发布于 2024-09-05 21:47:32 字数 276 浏览 9 评论 0原文

我已设法获取 SQL Server 2005 的报表定义架构,但在任何地方都找不到 xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" 架构。

它是 2005 年安装的一部分吗?我之所以问这个问题是因为我最近开始为 SQL Reporting Services 编写 RDL 文件。我希望能够验证这两个模式并让自动完成工作正常(我主要使用 Eclipse)。关于如何获得这个 xsd 有什么想法吗?

I've managed to obtain the report definition schema for SQL Server 2005, but cannot find the xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner" schema anywhere.

Is it part of the 2005 install buried somewhere? The reason I ask is because I've recently started writing RDL files for SQL Reporting Services. I'd like to be able to validate both schemas and get autocompletion working (I'm using Eclipse mostly). Any Ideas on how I can get ahold of this xsd?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风吹短裙飘 2024-09-12 21:47:32

这只是一个 XML 名称空间 - 实际上没有任何物理表示。 rd 命名空间是报告定义内容的一部分 - 应该已经在您的 XSD 中。

That's just an XML namespace - there's no physical representation of that, really. The rd namespace is part of the report definition stuff - should be in your XSD already.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文