[]
        
(Showing Draft Content)

C1.Ssrs.ReportSession.GetDocumentMap

GetDocumentMap Method

GetDocumentMap(CancellationToken)

Returns the report document map (report outlines), can be called only after GetContent(string, string, CancellationToken) method.

Declaration
public DocumentMapNode GetDocumentMap(CancellationToken cancellationToken)
Parameters
Type Name Description
CancellationToken cancellationToken

CancellationToken that can be used to cancel an action.

Returns
Type Description
DocumentMapNode

DocumentMapNode representing report outlines, null if method was cancelled.