Please enter search query.
Search <book_title>...
Veritas Enterprise Vault™ Compliance Accelerator 管理指南
Last Published:
2024-03-04
Product(s):
Enterprise Vault (15.0)
- Compliance Accelerator簡介
- Veritas Surveillance簡介
- 建立與檢視報告
- 附錄 A. 疑難排解
使用具有 Microsoft SQL Server Reporting Services (SSRS) 的 OData 服務
下列指示適用於 Microsoft SQL Server Reporting Services (SSRS)。
使用具有 Microsoft SQL Server Reporting Services (SSRS) 的 OData 服務
- 開啟報表建置程式。
- 新增新的資料來源作為 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 報告的報告資料。