ReportViewer for WPF and Silverlight | ComponentOne
C1.WPF.ReportViewer Namespace / C1ReportViewer Class / Bookmarks Property

In This Topic
    Bookmarks Property (C1ReportViewer)
    In This Topic
    Gets the list of top level bookmarks for this document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bookmarks As IEnumerable(Of Bookmark)
    public IEnumerable<Bookmark> Bookmarks {get;}
    See Also