ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.ToC Namespace / BookmarkService Class / BookmarkService Constructor
Dictionary contained toc bookmarks meta data.
The page number used to start the numeration in the report.

In This Topic
    BookmarkService Constructor
    In This Topic
    Initializes new instance of BookmarkService class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal metadata As IMetadataDictionary, _
       Optional ByVal startPageNumber As Integer _
    )
    public BookmarkService( 
       IMetadataDictionary metadata,
       int startPageNumber
    )

    Parameters

    metadata
    Dictionary contained toc bookmarks meta data.
    startPageNumber
    The page number used to start the numeration in the report.
    See Also