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