FlexReport for WinForms
GetDocumentMap メソッド (ReportSession)


C1.Document アセンブリ > C1.Ssrs 名前空間 > ReportSession クラス : GetDocumentMap メソッド
System.Threading.CancellationToken that can be used to cancel an action.
Returns the report document map (report outlines), can be called only after GetContent(String,String,CancellationToken) method.
シンタックス
'宣言
 
Public Function GetDocumentMap( _
   ByVal cancellationToken As System.Threading.CancellationToken _
) As DocumentMapNode
'使用法
 
Dim instance As ReportSession
Dim cancellationToken As System.Threading.CancellationToken
Dim value As DocumentMapNode
 
value = instance.GetDocumentMap(cancellationToken)
public DocumentMapNode GetDocumentMap( 
   System.Threading.CancellationToken cancellationToken
)

パラメータ

cancellationToken
System.Threading.CancellationToken that can be used to cancel an action.

戻り値の型

C1.ImportServices.ReportExecution4.DocumentMapNode representing report outlines, null if method was cancelled.
参照

参照

ReportSession クラス
ReportSession メンバ