[]
        
首页
开发者学堂
文档
论坛
市场
生态机会
活动
立即试用
(Showing Draft Content)

ReportViewer.SearchResult

Class: SearchResult

ReportViewer.SearchResult

Defines a search result.

Table of contents

属性

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.