FlexReport for WinForms
NavigateDocumentMap メソッド (ReportSession)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス : NavigateDocumentMap メソッド
The DocumentMapNode ID of the section.
System.Threading.CancellationToken that can be used to cancel an action.
Navigates to a specific section of the report.
シンタックス
'宣言
 
Public Function NavigateDocumentMap( _
   ByVal docMapID As System.String, _
   ByVal cancellationToken As System.Threading.CancellationToken _
) As ReportPosition
'使用法
 
Dim instance As ReportSession
Dim docMapID As System.String
Dim cancellationToken As System.Threading.CancellationToken
Dim value As ReportPosition
 
value = instance.NavigateDocumentMap(docMapID, cancellationToken)
public ReportPosition NavigateDocumentMap( 
   System.string docMapID,
   System.Threading.CancellationToken cancellationToken
)

パラメータ

docMapID
The DocumentMapNode ID of the section.
cancellationToken
System.Threading.CancellationToken that can be used to cancel an action.

戻り値の型

ReportPosition object specifies position in the report.
参照

参照

ReportSession クラス
ReportSession メンバ