ReportExecutionService.GetDocumentMap Method ()

 

Applies To: SQL Server 2016 Preview

Returns the representation of the document map for the execution.

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

Syntax

public DocumentMapNode GetDocumentMap()
public:
DocumentMapNode^ GetDocumentMap()
member GetDocumentMap : unit -> DocumentMapNode
Public Function GetDocumentMap As DocumentMapNode

Return Value

Type: ReportExecution2005.DocumentMapNode

A DocumentMapNode object containing the document map hierarchy for the report.

Remarks

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

See Also

ReportExecutionService Class
ReportExecution2005 Namespace

Return to top