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 |