ReportExecutionService.GetDocumentMap 方法

Returns the representation of the document map for the execution.

命名空间:  ReportExecution2005
程序集:  ReportExecution2005(在 ReportExecution2005.dll 中)

语法

声明
Public Function GetDocumentMap As DocumentMapNode
用法
Dim instance As ReportExecutionService 
Dim returnValue As DocumentMapNode 

returnValue = instance.GetDocumentMap()
public DocumentMapNode GetDocumentMap()
public:
DocumentMapNode^ GetDocumentMap()
member GetDocumentMap : unit -> DocumentMapNode
public function GetDocumentMap() : DocumentMapNode

返回值

类型:ReportExecution2005.DocumentMapNode
A DocumentMapNode object containing the document map hierarchy for the report.

注释

The table below shows header and permissions information on this operation.

SOAP Header Usage

(In) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

None

请参阅

参考

ReportExecutionService 类

ReportExecution2005 命名空间