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


ClearFind(pages: StiPagesCollection): void

Parameters


CloseFind

CloseFind(report: StiReport): void

Parameters


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


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

Events

Event Type Description
ProgressChanged StiProgressChangedEventHandler