Поделиться через


Метод ReportExecutionService.NavigateDocumentMap

Navigates to a specific section of the report.

Пространство имен:  ReportExecution2005
Сборка:  ReportExecution2005 (в ReportExecution2005.dll)

Синтаксис

'Декларация
Public Function NavigateDocumentMap ( _
    DocMapID As String _
) As Integer
'Применение
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

Параметры

Возвращаемое значение

Тип: 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.

Замечания

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

См. также

Справочник

ReportExecutionService Класс

Пространство имен ReportExecution2005