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

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

    Property Value

    The GrapeCity.Viewer.Common.Rect structure that contains the location and size of an area that should be displayed when a drill-though link is clicked.
    See Also