StiFindHelper Class
Namespace: Stimulsoft.Report.Viewer
This class helps in search components in report
Properties
| Property | Type | Description |
|---|---|---|
| AllowLoop | bool | |
| AlwaysFindAgain | bool | |
| CurrentComponent | int | |
| FindActivated | bool | |
| FindedComponents | List |
|
| HashOfFindedPages | Hashtable | |
| IsBof | bool | |
| IsEof | bool |
Methods
| Method | Returns | Description |
|---|---|---|
| ClearFind (+1 overloads) | void | |
| CloseFind | void | |
| InvokeProgressChanged | void | |
| ResetFind | void | |
| StartFind (+1 overloads) | void | |
| StartFindPrevious (+1 overloads) | void |
Method Details
ClearFind
ClearFind(report: StiReport): void
Parameters
- report (StiReport)
ClearFind(pages: StiPagesCollection): void
Parameters
- pages (StiPagesCollection)
CloseFind
CloseFind(report: StiReport): void
Parameters
- report (StiReport)
InvokeProgressChanged
InvokeProgressChanged(value: int, maximum: int): void
Parameters
- value (int)
- maximum (int)
ResetFind
ResetFind(): void
StartFind
StartFind(value: string, report: StiReport, matchCase: bool, matchWholeWord: bool): void
Parameters
- value (string)
- report (StiReport)
- matchCase (bool)
- matchWholeWord (bool)
StartFind(value: string, pages: StiPagesCollection, matchCase: bool, matchWholeWord: bool): void
Parameters
- value (string)
- pages (StiPagesCollection)
- matchCase (bool)
- matchWholeWord (bool)
StartFindPrevious
StartFindPrevious(value: string, report: StiReport, matchCase: bool, matchWholeWord: bool): void
Parameters
- value (string)
- report (StiReport)
- matchCase (bool)
- matchWholeWord (bool)
StartFindPrevious(value: string, pages: StiPagesCollection, matchCase: bool, matchWholeWord: bool): void
Parameters
- value (string)
- pages (StiPagesCollection)
- matchCase (bool)
- matchWholeWord (bool)
Events
| Event | Type | Description |
|---|---|---|
| ProgressChanged | StiProgressChangedEventHandler |