ReportExecutionService.NavigateDocumentMap Method (String)

 

Applies To: SQL Server 2016 Preview

Navigates to a specific section of the report.

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

Syntax

public int NavigateDocumentMap(
    string DocMapID
)
public:
int NavigateDocumentMap(
    String^ DocMapID
)
member NavigateDocumentMap : 
        DocMapID:string -> int
Public Function NavigateDocumentMap (
    DocMapID As String
) As Integer

Parameters

Return Value

Type: System.Int32

An integer containing the page number that corresponds to the document map ID, or 0 if the DocMapID is invalid or is not found.

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