ReportExecutionService.LoadDrillthroughTarget2(String) 方法

定義

從鑽研動作建立報表執行。

public:
 ReportExecution2005::ExecutionInfo2 ^ LoadDrillthroughTarget2(System::String ^ DrillthroughID);
public ReportExecution2005.ExecutionInfo2 LoadDrillthroughTarget2 (string DrillthroughID);
member this.LoadDrillthroughTarget2 : string -> ReportExecution2005.ExecutionInfo2
Public Function LoadDrillthroughTarget2 (DrillthroughID As String) As ExecutionInfo2

參數

DrillthroughID
String

鑽研項目的識別碼。

傳回

ExecutionInfo2

ExecutionInfo2 物件,其中包含已載入之報表的資訊。

備註

下表顯示標頭以及有關這項作業的權限資訊。

SOAP 標頭使用方式 (In) TrustedUserHeaderValue

(InOut) ExecutionHeaderValue

(Out) ServerInfoHeaderValue
原生模式所需的許可權 相依于「鑽取」目標的專案類型:

舉報 ExecuteAndView
-模型與相關聯的已發行報表: ReadProperties 在模型上和 ExecuteAndView 報表上
-沒有相關聯已發行報表的模型 (產生報表) : ReadProperties 在模型和 ExecuteReportDefinition (系統上)
SharePoint 模式的必要許可權 相依于「鑽取」目標的專案類型:

舉報 ViewListItems
-模型與相關聯的已發行報表: ViewListItems 模型和報表
-沒有相關聯已發行報表的模型 (產生報表) : ViewListItems 在模型上, UseRemoteAPIs

LoadDrillthroughTarget2 用戶端會使用來根據「鑽取」動作建立新的報表執行。 互動式轉譯延伸模組會將鑽取識別碼轉譯成原始報表資料流程。 這個方法會使用指定的 DrillthroughID 來載入目標報表。

適用於