ReportExecutionService.NavigateDocumentMap Method
SQL Server 2008 R2
Navigates to a specific section of the report.
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
[SoapHeaderAttribute("ExecutionHeaderValue")] [SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/NavigateDocumentMap", RequestNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public int NavigateDocumentMap( string DocMapID )
Parameters
- DocMapID
- Type: System.String
The DocumentMapNode ID of the section.
Return Value
Type: System.Int32An integer containing the page number that corresponds to the document map ID, or 0 if the DocMapID is invalid or is not found.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (In) ExecutionHeaderValue (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
