ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / SearchResult Class / ItemArea Property

In This Topic
    ItemArea Property
    In This Topic
    Gets or sets the area coordinates where the text item is located within its page.
    Syntax
    'Declaration
     
    Public Property ItemArea As Area
    public Area ItemArea {get; set;}

    Property Value

    The area of the document where the text item is found, defined by its dimensions and position.
    See Also