ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / BookmarkInfo Class / Bookmark Property

In This Topic
    Bookmark Property (BookmarkInfo)
    In This Topic
    Gets or sets the unique identifier or reference for the bookmark.
    Syntax
    'Declaration
     
    Public Property Bookmark As String
    public string Bookmark {get; set;}

    Property Value

    The unique identifier of the bookmark as a System.String.
    See Also