Click or drag to resize

StiFindHelperStartFind Method (String, StiReport, Boolean, Boolean)

[Missing <summary> documentation for "M:Stimulsoft.Report.Viewer.StiFindHelper.StartFind(System.String,Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

Namespace:  Stimulsoft.Report.Viewer
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void StartFind(
	string value,
	StiReport report,
	bool matchCase,
	bool matchWholeWord
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:Stimulsoft.Report.Viewer.StiFindHelper.StartFind(System.String,Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Viewer.StiFindHelper.StartFind(System.String,Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

matchCase
Type: SystemBoolean

[Missing <param name="matchCase"/> documentation for "M:Stimulsoft.Report.Viewer.StiFindHelper.StartFind(System.String,Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

matchWholeWord
Type: SystemBoolean

[Missing <param name="matchWholeWord"/> documentation for "M:Stimulsoft.Report.Viewer.StiFindHelper.StartFind(System.String,Stimulsoft.Report.StiReport,System.Boolean,System.Boolean)"]

See Also