FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportSession Class / NavigateDocumentMap Method
The DocumentMapNode ID of the section.
System.Threading.CancellationToken that can be used to cancel an action.

In This Topic
    NavigateDocumentMap Method (ReportSession)
    In This Topic
    Navigates to a specific section of the report.
    Syntax
    'Declaration
     
    Public Function NavigateDocumentMap( _
       ByVal docMapID As String, _
       ByVal cancellationToken As CancellationToken _
    ) As ReportPosition
    public ReportPosition NavigateDocumentMap( 
       string docMapID,
       CancellationToken cancellationToken
    )

    Parameters

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

    Return Value

    ReportPosition object specifies position in the report.
    See Also