Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Navigates to a specific section of the report.
Namespace: ReportExecution2005
Assembly: ReportExecution2005 (in ReportExecution2005.dll)
Syntax
'Declaration
Public Function NavigateDocumentMap ( _
DocMapID As String _
) As Integer
'Usage
Dim instance As ReportExecutionService
Dim DocMapID As String
Dim returnValue As Integer
returnValue = instance.NavigateDocumentMap(DocMapID)
public int NavigateDocumentMap(
string DocMapID
)
public:
int NavigateDocumentMap(
String^ DocMapID
)
member NavigateDocumentMap :
DocMapID:string -> int
public function NavigateDocumentMap(
DocMapID : String
) : int
Parameter
- DocMapID
Typ: System.String
The DocumentMapNode ID of the section.
Rückgabewert
Typ: 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.
Hinweise
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 |