Freigeben über


ReportExecutionService.GetDocumentMap-Methode

Returns the representation of the document map for the execution.

Namespace:  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

'Declaration
Public Function GetDocumentMap As DocumentMapNode
'Usage
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

Rückgabewert

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

Hinweise

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

Siehe auch

Verweis

ReportExecutionService Klasse

ReportExecution2005-Namespace