获取 SQL Server 2005 报表生成器 XSD
我已设法获取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这只是一个 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.