Please enter search query.
Search <book_title>...
Enterprise Vault™ Compliance Accelerator 审阅者指南
Last Published:
2022-09-05
Product(s):
Enterprise Vault (14.3)
OData 服务与 Microsoft SQL Server Reporting Services (SSRS) 一起使用
以下说明适用于 Microsoft SQL Server Reporting Services (SSRS)。
OData 服务与 Microsoft SQL Server Reporting Services (SSRS) 一起使用
- 打开报表生成器。
- 添加一个新的数据源作为 XML 连接类型。
- 在“连接字符串”框中为数据源指定 URL,如下所示:
http://server_name/CAReporting/OData/dataset_name(parameter=value)?$format=application/atom+xml
例如:
http://ca.mycompany.com/CAReporting/OData/Customers(customerID=1)?$format=application/atom+xml
- 提供凭据以连接至数据源。
- 单击“确定”。
- 使用上述数据源添加数据集。
- 选择“使用我的报告中内嵌的数据集”。
- 从列表中选择数据集。
- 对查询进行如下设置:
<Query> <ElementPath IgnoreNamespaces="true"> feed{}/entry{}/content{}/properties </ElementPath> </Query> - 单击“刷新字段”。
- 使用新数据集作为 SSRS 报告的报告数据。