Share via


ReportExecutionService.NavigateDocumentMap Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Navigates to a specific section of the report.

Syntax

'Declaration
Public Function NavigateDocumentMap ( _
    DocMapID As String _
) As Integer
public int NavigateDocumentMap (
    string DocMapID
)
public:
int NavigateDocumentMap (
    String^ DocMapID
)
public int NavigateDocumentMap (
    String DocMapID
)
public function NavigateDocumentMap (
    DocMapID : String
) : int

Parameters

Return Value

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ReportExecutionService Class
ReportExecutionService Members
Microsoft.WSSUX.ReportingServicesWebService.RSExecutionService2005 Namespace