[]
        
(Showing Draft Content)

ReportViewer.SearchResult

Class: SearchResult

ReportViewer.SearchResult

Defines a search result.

Table of contents

Properties

Properties

DisplayText

Readonly DisplayText: string

Text to display.


ItemArea

Readonly ItemArea: Rect

The whole text item area coordinates.


ItemIndex

Readonly ItemIndex: number

The logical page item number (for subsequent searches, ordered).


PageIndex

Readonly PageIndex: number

The index of the page where the occurence is found.


Range

Readonly Range: Range

The selection text range.


UserData

Optional Readonly UserData: any

Plugin-specific data.


BeforeBegin

Static Readonly BeforeBegin: SearchResult

Special result value for Find method to begin searching from the beginning of the document/page


PastEnd

Static Readonly PastEnd: SearchResult

Result indicating search is finished. Also indicates position past the end of document.