ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / C1WebReportServiceHelper Class / GetDocumentOutline Method
Cached document key.

In This Topic
    GetDocumentOutline Method (C1WebReportServiceHelper)
    In This Topic
    Gets the document outlines' tree.
    Syntax
    'Declaration
     
    Public Function GetDocumentOutline( _
       ByVal documentKey As System.String _
    ) As DocumentOutline
    public DocumentOutline GetDocumentOutline( 
       System.string documentKey
    )

    Parameters

    documentKey
    Cached document key.

    Return Value

    The tree of document outline entries.
    See Also