FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / GetDocumentMap Method
System.Threading.CancellationToken that can be used to cancel an action.

In This Topic
    GetDocumentMap Method (ReportSession)
    In This Topic
    Returns the report document map (report outlines), can be called only after GetContent(String,String,CancellationToken) method.
    Syntax
    'Declaration
     
    Public Function GetDocumentMap( _
       ByVal cancellationToken As CancellationToken _
    ) As DocumentMapNode
    public DocumentMapNode GetDocumentMap( 
       CancellationToken cancellationToken
    )

    Parameters

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

    Return Value

    C1.Win.ImportServices.ReportExecution4.DocumentMapNode representing report outlines, null if method was cancelled.
    See Also