ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / BookmarkAction Class / TargetPage Property

In This Topic
    TargetPage Property
    In This Topic
    Gets a value indicating the index of a report page that should be opened when a drill though link is clicked.
    Syntax
    'Declaration
     
    Public ReadOnly Property TargetPage As Integer
    public int TargetPage {get;}

    Property Value

    The index of the target page. Page indexing starts at 1.
    See Also