共用方式為


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 命名空間