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

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

    Parameters

    documentKey
    Cached document key.

    Return Value

    The tree of document outline entries.
    See Also