[]
ReportViewer.SearchResult
Defines a search result.
• Readonly DisplayText: string
Text to display.
• Readonly ItemArea: Rect
The whole text item area coordinates.
• Readonly ItemIndex: number
The logical page item number (for subsequent searches, ordered).
• Readonly PageIndex: number
The index of the page where the occurence is found.
• Readonly Range: Range
The selection text range.
• Optional Readonly UserData: any
Plugin-specific data.
▪ Static Readonly BeforeBegin: SearchResult
Special result value for Find method to begin searching from the beginning of the document/page
▪ Static Readonly PastEnd: SearchResult
Result indicating search is finished. Also indicates position past the end of document.