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
매개 변수
- DocMapID
유형: System.String
The DocumentMapNode ID of the section.
반환 값
유형: 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) ExecutionHeaderValue (Out) ServerInfoHeaderValue |
Native Mode Required Permissions |
None |
SharePoint Mode Required Permissions |
None |